开发者

Displaying a note when focus comes over a text box

开发者 https://www.devze.com 2023-01-01 21:35 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消