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