|
<< Click to Display Table of Contents >> Colocando imagem dentro de TextBox |
![]() ![]()
|

Para fazer igual a figura acima basta uns truques de html + asp:
<asp:TextBox runat="server" type="text" ID="IconeTextBox" ToolTip="Esta é a dica (hint)" Style="background-image: url(http://yubico.com/favicon.ico); background-repeat: no-repeat; background-position: 0px 1px; padding-left: 18px; width: 20em;" MaxLength="44" AutoCompleteType="Disabled" />