G
Guest
Hi,
I have a nested repeater. For each row in the parent repeater there is a
child repeater with several rows of data.
The way I'm doing this is throught ItemDataBound Event. So for each Row in
parent repeater, when its ItemDataBound event is raised I grab the content of
the child repeater and DataBind it.
This makes the page load slower if there is more data.
What can I do to speed up the speed of page?
Thanks for your help.
I have a nested repeater. For each row in the parent repeater there is a
child repeater with several rows of data.
The way I'm doing this is throught ItemDataBound Event. So for each Row in
parent repeater, when its ItemDataBound event is raised I grab the content of
the child repeater and DataBind it.
This makes the page load slower if there is more data.
What can I do to speed up the speed of page?
Thanks for your help.