Friday, March 16, 2012

Password Field

In using VB.NET, I noticed that their was a field titled Password Char for Textfields.

I am currently designing a sign on screen using asp.net, but that particular field is unavailable while using webforms. Is their a quick way around this or way to set this field while using web forms?Hello, isn't the password field textfield that you want ? It should be placed on the list of server controls on your left if you are using Vs.NET 2003.
It should be a simple login (username/password) page.

regards.
Drag an asp:textbox control from the library and set its type to "password"

0 comments:

Post a Comment