G
Guest
I've got a simple web form with one text box and one button to search a
database. II've suddenly encountered a problem where it seems the postback
events are not fired. So when I click the button to search, the page simply
refreshes as if I'm loading the page for the first time and the value in the
textbox is also gone. I know the page_load event fires because a time label
on the page updates whenever i click the button, but the button_click event
isn't being fired. Here's the catch...it happens randomly, and other times
it works fine. Also, if I change the url to something else, it works (e.g. if
i change from using the domain to the IP for the url), and it also works if I
go on another workstation. I have the same problem with both an asp.net 1.1
and a 2.0 application running on the same server.
The only thing that has changed is that I moved the application to
IIS6...but even then it was working for quite sometime until this problem
started showing up. I'm stumped and cannot figure out what's going on.
Any help would be appreciated.
database. II've suddenly encountered a problem where it seems the postback
events are not fired. So when I click the button to search, the page simply
refreshes as if I'm loading the page for the first time and the value in the
textbox is also gone. I know the page_load event fires because a time label
on the page updates whenever i click the button, but the button_click event
isn't being fired. Here's the catch...it happens randomly, and other times
it works fine. Also, if I change the url to something else, it works (e.g. if
i change from using the domain to the IP for the url), and it also works if I
go on another workstation. I have the same problem with both an asp.net 1.1
and a 2.0 application running on the same server.
The only thing that has changed is that I moved the application to
IIS6...but even then it was working for quite sometime until this problem
started showing up. I'm stumped and cannot figure out what's going on.
Any help would be appreciated.