Hi,
I have a really weird (or it is to me!) problem that I cannot seem to figure out. I am doing a simple login that goes through a sql db. I have two textboxes, and an ImageButton inside of an Update Panel. When I click the button though to login, it never works the first time. It clears the text out of the password textbox, and then I have to click the button again for it to work!
From some other posts that I have seen, I tried the following things:
1) Setting AutoEventWireUp="false"
2) Make sure the Textbox does not have AutoPostBack set to true.
3) Make sure the ImageButton is not moving.
Does anyone have any ideas? It ALWAYS works the second time, and does absolutely nothing the first time....I would appreciate any help, as this problem is driving me crazy!!
Thanks!
Subhash