Click here to Skip to main content
16,009,057 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my website all pages(master page,its forms) are loaded when i click some page. Now, i want to load my sub forms only.How can i do this?
Posted

There is no real way to do this. You can use AJAX to load only part of a page, but there's no such thing as a 'sub form', it's one big HTML document, to the browser.
 
Share this answer
 
Hi,
As Christian told you that there is not other way except Ajax Update Panel[^].You can use JQuery[^] for partial load also.
Refer the links below:
http://www.asp.net/ajax/documentation/live/overview/UpdatePanelOverview.aspx[^]
http://stackoverflow.com/questions/59628/ajax-partial-page-load[^]
http://stackoverflow.com/questions/4557021/mvc-3-ajax-load-partial-view-into-div[^]

Hope this works for you.
--Amit
 
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