A
André Freitas
I'm working in a solution that asks for a non usual ajax aproach. It means I
cant use the magical update panels in my webforms, because the pages have to
many controls, and update panels are making my solution to get slow, since
they renderize all controls inside the content tags.
Im learning about pagemethods (callbacks look like a alternative), and I got
a sample working, where I can update a div innerhtml with the server time,
or something like that. The problem: i still got no ideas about how to bind
a <asp:gridview> using a pagemethod to ajaxify my solution.
Do I realy will need to write my own client side grid, and do all the dirty
job, cleaning cells and injecting new content in each of them?
Anyone can point me a direction?
Regards
cant use the magical update panels in my webforms, because the pages have to
many controls, and update panels are making my solution to get slow, since
they renderize all controls inside the content tags.
Im learning about pagemethods (callbacks look like a alternative), and I got
a sample working, where I can update a div innerhtml with the server time,
or something like that. The problem: i still got no ideas about how to bind
a <asp:gridview> using a pagemethod to ajaxify my solution.
Do I realy will need to write my own client side grid, and do all the dirty
job, cleaning cells and injecting new content in each of them?
Anyone can point me a direction?
Regards