views:

116

answers:

2

We got weird problem in my application (asp.net). The problem happens only in Firefox. The scenario is like this..

We have grid bind with results. when I change page of the grid (postback). at that time extra "Not postback" is caused in FireFox only which actually disturb my session logic and then all goes wrong.

Can anyone have idea on this? Please help me out!

A: 

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

Please edit/update your question instead of posting an answer.
M4N
A: 

Hi Arvind,

Did you ever find a solution/explanation for this behaviour?? Im experiencing something similar. Some of the clients of my website experience 'page refreshing' where there ought to be simple asynchronous postbacks. This is only experienced on the public website (locally everything works fine), and only for Firefox and Chrome.

Regards Alex

Alex