Dot Net Interview Questions: Smart Navigation
But in window application user have ability to change a part or required part to be effected with out change in full page. The smart navigation helps web application to redrawing a full page after post back.But there is some condition that is always there, the internet explorer must be greater then or equal to version 5. There are many situations where smart navigation do really well enough. We can disable/enable the smart navigation as well. We can use multiple browsers because smart navigation detects it enable on supported browser. There are many more features that smart navigation has:
ò€¢ Restrict on screen flash.
ò€¢ Scroll position remains as it is.
ò€¢ Focus remains as it is.
ò€¢ History of last page also maintains.
Smart navigation really plays well where lot of post back is to be taken. And another feature that makes it so popular is coder not to code too much for that. This is controlled by the web.config file and a little thing in page directive.
For more information on Xml Interview Questions visit dotnetquestion.info