I have a page with a panel and a popup modal extender. A button is clicked to open the panel and grey out the background, this all works great.
On the panel i have a textbox where a user enter a lastname then clicks a button to do a search and the results are returned to a gridview.
Ok, now for the problem:
The user enters say adams in the textbox and clicks search, the search works fine. Now they want to do another search, they enter smith and click the search button. No search is done, because for some reason the textbox now has adam, smith in it.
Is there something in ASP.net 3.5 sp1 that would cause something like this or maybe it is a browser setting.
I apprecaite any help on this strange one.