Custom textbox control problem in Firefox and Chrome [modified]
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm having a strange problem when I'm testing my custom web control. The problem is when I have entered a value in the textbox and pressed next on to another screen. If I then go back (history.back) then the textbox is blank rather than showing the value entered. This only seems to happen in Firefox and Chrome though and it is fine in IE. The value is being saved to the database ok. My class in inheriting from WebControl. public class AutoCompleteTextBox : WebControl If it helps, there is a lot of JavaScript used. Does anybody have any idea how I can solve this please? Thanks
modified on Monday, February 8, 2010 11:03 AM