Hello,
I am try to make a textbox so, when I click the inside the textbox the text disappears, then when I click outside of the the textbox I want the text to reappear.
Hello,
I am try to make a textbox so, when I click the inside the textbox the text disappears, then when I click outside of the the textbox I want the text to reappear.
>when I click the inside the textbox the text disappears
Handle the click event of textbox.
>when I click outside of the the textbox I want the text to reappear
Handle the click event of parent of textbox.
>when I click the inside the textbox the text disappears
Handle the click event of textbox.
>when I click outside of the the textbox I want the text to reappear
Handle the click event of parent of textbox.
Would you be able to give me a example?
You need to learn - how to handle the events?. Have a look at this MSDN article/tutorial - http://msdn.microsoft.com/en-us/library/aa645739%28VS.71%29.aspx
Would you be able to give me a code example? I looked there, couldn't find a answer.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.