Displaying a note when focus comes over a text box
I want to display a note to the user whenever the focus comes to a particular textbox i have written the note in a div and 开发者_Python百科set its visibility to false what to do next
Instead of your div, put that text into a ToolTip property on the textbox control and ASP.NET will take care of it for you.
精彩评论