The partial-page-refresh tag has no wiki summary.
5
votes
4answers
3k views
Back button functionality to webpage with form and search result + Ajax (ASP.NET)
I have an asp.net form used for search. The search result is showing on the same page using Ajax. If I navigate to another page and come back, I get the populated form but the search result is empty. ...
1
vote
3answers
575 views
Implementing regular page refresh but without page flashing
I cannot understand how Bing Community site is implemented. Clicking one of the "All Recent" "Unanswered" "Unread" or "Your Discussions" issues regulare request that refreshes whole page (proxy ...
1
vote
1answer
1k views
cause update panel in a user control to do partial page refresh from javascript / jquery
I have a number of pages that each have 3 or 4 user controls on. each control has their own updatepanel in.
I am using JQuery and thickbox to create a modal window, where I open another aspx page and ...