I am writing an asp.net application and I have a need to do the following: On click of text of a textbox, I want to enable a button.
I know that there is a ontextchanged event for a text box but I need to know how to do the same thing when a user put focus on the textbox..
Go to the complete details ...