Hi Lenny,
As Goldin pointed out, thatz the way it is. When you load the page again /
refresh it, the entire page cycle gets fired again.
SmartNavigation means..When a page is requested by an Internet Explorer 5.5
browser, or later, smart navigation enhances the user's experience of the
page by performing the following:
* eliminating the flash caused by navigation.
* persisting the scroll position when moving from page to page.
* persisting element focus between navigations.
* retaining only the last page state in the browser's history.
Smart navigation is best used with ASP.NET pages that require
frequent postbacks but with visual content that does not change dramatically
on return.
This does not have anything to with your issue..
Need any help, do post a msg back..
Happy Coding
"Lenny Shprekher" wrote:
> > That's built in. You can't prevent it.
>
>
> What about page property: Page.SmartNavigation = True? Seems working ...
>
>
>
|