Prev: Multilingual application
Next: Matrix?
From: wkpli on 12 Apr 2010 11:04 Hi, In my ASP.net web application (VS 2003), I have a textbox in which AutoPostBack=True...the event got fired when I am running on my IE7. And my client had that working before, but not anymore... Do you have any idea why the event is not firing now? Is there another setting I have to configure in IE? Thanks in advance.
From: Mr. Arnold on 12 Apr 2010 11:49 wkpli wrote: > Hi, > > In my ASP.net web application (VS 2003), I have a textbox in which > AutoPostBack=True...the event got fired when I am running on my IE7. And my > client had that working before, but not anymore... > > Do you have any idea why the event is not firing now? Is there another > setting I have to configure in IE? The auto-post back is an ASP.NET Web functionality not IE. What are the other browsers being used?
From: wkpli on 12 Apr 2010 12:50 But how come it works on some machines but not all? Besides, it doesn't work on firefox. "Mr. Arnold" wrote: > wkpli wrote: > > Hi, > > > > In my ASP.net web application (VS 2003), I have a textbox in which > > AutoPostBack=True...the event got fired when I am running on my IE7. And my > > client had that working before, but not anymore... > > > > Do you have any idea why the event is not firing now? Is there another > > setting I have to configure in IE? > > The auto-post back is an ASP.NET Web functionality not IE. What are the > other browsers being used? > . >
|
Pages: 1 Prev: Multilingual application Next: Matrix? |