Hi Again,
What I want to describe is as below.
We have one page containing datagrid control with paging (not built-in paging of grid, but custom paging) support. When user changes page then regular postback event occurs and records from the appropriate page number (as clicked) are shown. When this page is loaded in "NOT Postback" mode then the application resets Session("CurrentPageNo") kind of variable to value "1" and page-1 is displayed.
In firefox 3.0, when user changes page (let's say from page-1 to page-2) then page-2 is displayed correctly but, sometimes Firefox initiates one extra unknown web request or so which causes "NOT Postback" code to fire and Session("CurrentPageNo") variable is set to "1" again!
This behavior is seen in Firefox browser only. We have verified for some plug-ins (like, Firebug and others) to check possibilities whether they are causing problems or so but no luck!
Can anybody explain what is going wrong here?
Thanks!
Arvind