How to add rows to a repeater

G

Glenn

I want to Bind a repeater to a datasource, then add a specific number of additional empty rows to the repeater. How do you add additional items to a repeater or datalist after you've bound it to a datasource?
 
R

Robert Koritnik

In one postback you can databind repeater many times. And each time it will
add aditional rows if you don't do a Controls.Clear();

Glenn said:
I want to Bind a repeater to a datasource, then add a specific number of
additional empty rows to the repeater. How do you add additional items to a
repeater or datalist after you've bound it to a datasource?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,121
Messages
2,570,712
Members
47,282
Latest member
hopkins1988

Latest Threads

Top