Please all,
I am currently working on a web application which i must submit as soon as possible.
I have a button and a text box. What i want is that if the textbox is empty, the button should be invisible.
Immediately the user starts typing in the text the button should be visible without leaving the textbox itself. I have used postback = true but not until i press the tab key before the code is executed.