Click here to Skip to main content
15,920,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have been using response.redirect(request.rawurl) till now to refresh the updates content but it is making a huge time waste in refreshing the whole page now i have to be specific about reloadinng or refreshing the particular division.

I need to know how we can make auto refresh or button click event refresh in any division of master page with the help of jquery or any possible code.
Posted
Comments
Tarun.K.S 17-Apr-11 7:27am    
How about using an UpdatePanel in your application?

1 solution

I guess these articles/links might help you...

Notification Widget Using JSON WebService[^]

http://stackoverflow.com/questions/3138756/jquery-repeat-function-every-60-seconds[^]

http://www.w3schools.com/js/js_timing.asp[^]

Or you may also use asp:UpdatePanel and set its UpdateMode property to "Conditional", so that the page does not refresh for any user activity within your update panel. Googling UpdatePanel and ConditionalMode might help too.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900