Smart Navigation is a little-known Internet Explorer feature that enables the individual controls on your Web forms to maintain focus between post backs, plus allows you to suppress that “flicker” that occurs as you load the new page.
To turn on this little-known feature, simply set the SmartNavigation property of your ASPX page to True. Note that Smart Navigation only works on Internet Explorer 5 and above; however, the .NET Framework will automatically detect this and only serve up the “smart” code if the target browser supports it.
Related posts:
- How to Create a Default ‘Enter’ Button! This is one of those little code snippets you can pull your hair out trying to find. And no help...
- Uploading large Attachments using DIME DIME (Direct Internet Message Encapsulation) is part of the Microsoft Web Service Enhancements and can be used to upload large...

