How many times does the repeater databind?

  • Thread starter Thread starter Arjen
  • Start date Start date
A

Arjen

Hi,

I'm using the repeater with the objectdatasource.
The repeater databinds without adding "Repeater1.DataBind();" in code
behind.

If I add "Repeater1.DataBind();" inside code behind, does it then databind
twice?

Thanks!
 
Arjen said:
Hi,

I'm using the repeater with the objectdatasource.
The repeater databinds without adding "Repeater1.DataBind();" in code
behind.

If I add "Repeater1.DataBind();" inside code behind, does it then databind
twice?

Thanks!

yes, it will try
 

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