Ajax PageMethods troubles

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-05-01T11:11:39Z Indexed on 2010/05/01 11:17 UTC
Read the original article Hit count: 277

Filed under:
|

Hi

http://stackoverflow.com/questions/2709245/ajax-without-updatepanel/2709262#2709262

I tried to use these methodologies to remove UpdatePanel from application, I have a page with search keyword which call the PageMethods and I load the user control manually and render it then place rendering output to the page, but something strange happen,

while search results is 100 and there is DataPager in the user control, the data pager did not appear, and also only one element appear, it looks that ItemTemplate did not resolve more than once.

What is chances ??

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX