Password Text Box
-
Hey guys, I know this is something really silly to ask but I'm too tired right now to look for it ! ;P I want to have a password field, I can't use a TextBox because it doesn't have the part where I can set the character to dot or star, so I used HTML Input(Password) how can I access it ? I 've given it a name but it's not recognized by Visual Studio ! :( Mr.K
-
Hey guys, I know this is something really silly to ask but I'm too tired right now to look for it ! ;P I want to have a password field, I can't use a TextBox because it doesn't have the part where I can set the character to dot or star, so I used HTML Input(Password) how can I access it ? I 've given it a name but it's not recognized by Visual Studio ! :( Mr.K
You can use the Textbox. Set Property TextBoxMode to Password (http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.textboxmode.aspx)
-
Hey guys, I know this is something really silly to ask but I'm too tired right now to look for it ! ;P I want to have a password field, I can't use a TextBox because it doesn't have the part where I can set the character to dot or star, so I used HTML Input(Password) how can I access it ? I 've given it a name but it's not recognized by Visual Studio ! :( Mr.K
The Request.Forms collection contains all the form fields submitted by the client. HTH
Nirandas, a developer from India. http://www.nirandas.com
-
Hey guys, I know this is something really silly to ask but I'm too tired right now to look for it ! ;P I want to have a password field, I can't use a TextBox because it doesn't have the part where I can set the character to dot or star, so I used HTML Input(Password) how can I access it ? I 've given it a name but it's not recognized by Visual Studio ! :( Mr.K
-
You can use the Textbox. Set Property TextBoxMode to Password (http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.textboxmode.aspx)