Don't know if this was the best but it certainly is reuseable. The deliverable was an extender control using ajaxcontroltool kit and very little code. I created a hyperlink extender control that when the hyper link is clicked it ajaxes the href content into
a panel using the jquery load method. I can just drop this on a form and set the href and panel properties and that's it. I have an ajaxed panel. Here's my blog post on it.
tvb2727
Participant
944 Points
1331 Posts
Ajax Loading Panel for Web page - ASP.net Web Forms
Feb 19, 2013 11:24 PM|LINK
What is the best way to do a ajax loading panel for my web site. I am using ASP.net 4.0/C#/Web Forms. I want this feature for every page.
Danny117
Star
11160 Points
1932 Posts
Re: Ajax Loading Panel for Web page - ASP.net Web Forms
Feb 21, 2013 03:28 PM|LINK
Don't know if this was the best but it certainly is reuseable. The deliverable was an extender control using ajaxcontroltool kit and very little code. I created a hyperlink extender control that when the hyper link is clicked it ajaxes the href content into a panel using the jquery load method. I can just drop this on a form and set the href and panel properties and that's it. I have an ajaxed panel. Here's my blog post on it.
http://www.gosylvester.com/blog.aspx?id=49
You can click the privacy statement link at the bottom of any of the pages on my website http://www.gosylvester.com for a demo.
Me on linked in
ninianne98
Contributor
4298 Points
689 Posts
Re: Ajax Loading Panel for Web page - ASP.net Web Forms
Feb 25, 2013 12:49 AM|LINK
My recomendation is to use BlockUI in a technique similar as to what is outlined in http://amitchandnz.wordpress.com/2010/08/24/jquery-blockui-using-animated-image/
You can place the logic in a master page and have all of your content pages implement the master page.
Mark as Answer if this response was helpful.