Page.PreRender and databinding

  • Thread starter Thread starter z. f.
  • Start date Start date
Z

z. f.

Hi,

can i call databind on my repeater in my Page.PreRender event?

is there some problems with it that i should consider?

TIA, z.
 
In PreRender it's already too late to databind. Anyway, you should need all this if you go for DataList, as I recommended in another thread.

Eliyahu

Hi,

can i call databind on my repeater in my Page.PreRender event?

is there some problems with it that i should consider?

TIA, z.
 
no problem, assuming your page proceses well.

It depends on how you have things set up.
Hi,

can i call databind on my repeater in my Page.PreRender event?

is there some problems with it that i should consider?

TIA, z.
 
Back
Top