So called Smart Navigation!!!
I have a simple asp.net app consisting of three pages; a login page which upon successful login goes to a second page which shows a list of items in a datagrid, when user clicks on any item it goes to a detail page for that item. The first and last page require postbacks and validation for server controls. I have enabled smart navigation for the pages. The site works fine on my developer machine which has VS.NET 1.0 framework. However it does not work properly on the webserver. After clicking submit on login page it goes to the second page but it is blank. If I set the smart navigation to false it works, but I do get duplicate history records for each postback.
Is there a way to side step the buggy smart nav?
Thanks,
Salmndr
|