page body loading in ASP .NET
-
Hi guys, My web applications contains header,footer etc.which are going to be static. Only the body content of the page has to be loaded.Each time when i click the menu on the header entire page is loaded.I want my application to load only the page content while the header and footer remains static. If there is any suggestions or coding for this please reply Thanks Jith
-
Hi guys, My web applications contains header,footer etc.which are going to be static. Only the body content of the page has to be loaded.Each time when i click the menu on the header entire page is loaded.I want my application to load only the page content while the header and footer remains static. If there is any suggestions or coding for this please reply Thanks Jith
-
Hi guys, My web applications contains header,footer etc.which are going to be static. Only the body content of the page has to be loaded.Each time when i click the menu on the header entire page is loaded.I want my application to load only the page content while the header and footer remains static. If there is any suggestions or coding for this please reply Thanks Jith
Jith- Calling a page via menu will always load the page, even if it is the same. The best way you can do is use AJAX with webusercontrol. Thanks, Ziyad