Nearly around four points are its advantage given in MSDN
among that can u tell me what do they mean by
1.Retaining only the Last page's state in the Browser's history
2.Persisting the element focus between navigations
Just now learning about Smart Navigation after i read ur mail.
Just Read this..i got this from msdn...
Smart navigation is an ASP.NET feature that is supported in Internet
Explorer 5.5 and later browsers. It allows a page to be refreshed while
maintaining scroll position and element focus between navigations,
causing only a single page to be stored in the browser's history, and
without the common flicker associated with refreshing a Web page. Smart
navigation is best used with ASP.NET pages that require frequent
postbacks but with visual content that does not change dramatically on
return. Consider this carefully when deciding whether to set this
attribute to true.
Regards,
Satheesh
have a look to the following Url...its about the flickerring in the
page when page postbacks..
http://forums.asp.net/1091593/ShowPost.aspx
Regards,
Satheesh