What is smart navigation in .NET?

 Posted by Chikul on 12/14/2009 | Category: ASP.NET Interview questions | Views: 16071
Answer:

SmartNavigation is the property used in <%@ Page %> tag.
It works with 1.1 & versions before it.
For Version 2.0 and next instead of it we can use "SetFocus" and "MaintainScrollPositionOnPostBack".

Smart Navigation basically enhances a web pages in the following way:

1. The scroll position of a Web page is maintained after postback.
2. The element focus on a Web page is maintained during navigation.
3. Only the most recent Web page state is retained in the Web browser history folder.
4. The flicker effect that may occur on a Web page during navigation is minimized.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response

More Interview Questions by Chikul