Hi,
I have a page(aspx). Within that page I have a user-control page (ascx). Within this user-control page, I have a text box for user ID and password. Since I started using a master page for this aspx page, the text box behaviour has changed, like so:
Before the change - when I clicked where ever within the text box, it will be accepted and the blinking cursor will appear (normal behaviour of text box)
After the change - clicking anywhere within the textbox doesn't work anymore, the focus is not acquired, EXCEPT when I clicked on the first character position within that same textbox only then that the cursor will appear and the focus is acquired.
Any insight on how to fix this will be appreciated. Thank you.
Go to the complete details ...