Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a control in asp.net that I can use to put notes by different textboxes when you scroll your mouse over it you can read the note for that field? Thanks.
Posted
Comments
Orcun Iyigun 22-May-13 10:04am    
Maybe you can create your own control for such functionality
Computer Wiz99 22-May-13 10:11am    
Ok. Any steps on how to do that?
Orcun Iyigun 22-May-13 10:27am    
Start from here[^]
Computer Wiz99 22-May-13 10:42am    
Thanks. Why didn't you put it in the solutions box?
Orcun Iyigun 22-May-13 10:51am    
I wasn't quite sure if it is going to be a satisfactory answer :) Happy coding

1 solution

You can use title for that

<asp:textbox id="tbxarea" runat="server" title="Write your name here">
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900