Hi lyealain The ASP.NET Menu control is used for page navigation, and when we navigate to a new page, the new page will be load and page will do a certain full-load from server. That means we cannot make the navigation
between pages without refresh even we use AJAX or MasterPage. If you need page navigation without refresh, the only way is to use iframe or frameset. Thanks.
Lance Zhang ...
All-Star
33091 Points
2361 Posts
Re: menu click with no page load
Apr 03, 2009 02:17 AM|LINK
Hi lyealain
The ASP.NET Menu control is used for page navigation, and when we navigate to a new page, the new page will be load and page will do a certain full-load from server. That means we cannot make the navigation between pages without refresh even we use AJAX or MasterPage.
If you need page navigation without refresh, the only way is to use iframe or frameset.
Thanks.