I have an application which I build my web pages (controls) dynamically using the Page class.
I group my controls by two panels. One I use as a navigator and the other to display data according to the selection from navigator panel. Will like to update one my content panel by using Ajax. Which is the best way to do this?
mjocasio
Member
58 Points
70 Posts
Ajax
Apr 04, 2012 11:45 AM|LINK
I have an application which I build my web pages (controls) dynamically using the Page class.
I group my controls by two panels. One I use as a navigator and the other to display data according to the selection from navigator panel. Will like to update one my content panel by using Ajax. Which is the best way to do this?
chetan.sarod...
All-Star
66569 Points
11265 Posts
Re: Ajax
Apr 05, 2012 03:52 AM|LINK
Hi, Please refer this
http://mosesofegypt.net/page/Building-on-demand-MasterDetail-grouping-Grid-with-GridView-and-ASPNET-AJAX-toolkit-CollapsiblePanelExtender.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
BU XI - MSFT
All-Star
22367 Points
2704 Posts
Microsoft
Re: Ajax
Apr 06, 2012 03:52 AM|LINK
Hello
You may look at jQuery UI tabs, http://jqueryui.com/demos/tabs/#ajax
Look at the Content via AJAX example, you can have the content gets loade via asynchronous calls to a web service.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework