Repeater problem

  • Thread starter Thread starter Franz
  • Start date Start date
F

Franz

I have created a Repeater Control. There is a Button outside this Repeater
Control. When the Button is clicked, Page_Load will be called. I would like
to ask if I need to Bind the Repeater control again?
 
If you are using ViewState, you shouldn't need to.

Isn't this easy enough to test? Bind your repeater if it's not a postback,
click a button, and see if the repeater and its info is still there.
 

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

Back
Top