Hi Guys,
I know that the asp.net repeater doesnt have a Client side object model, and we are stuck with improving the performance of many pages which have repeater/gridview with the functionality of adding rows to them by server-side code.
We have used updatepanels to ajaxify the functionality adding the rows to the repeater/gridview, but the time it takes for the server trip and rendering back on the browser is not acceptable.
Is there some way in which this can be done on the clientside to improve the performance of adding rows to the repeater/gridview. We are using Asp.net 2.0