i have one textbox for password, n i want to set character for password, so which property can be used?
snehalj 0 Light Poster
Recommended Answers
Jump to PostYou can set the TextMode property of Textbox to Password...
i have one textbox for password, n i want to set character for password, so which property can be used?
Jump to Postif it is an mvc project use
import the model in the top of the razor view file add this line of code to generate the password box @Html.PasswordFor(m=>m.Password) -- This would be in your view in your model public class LoginView{ public string Username {get;set;} …
All 7 Replies
rohand 1 Posting Whiz in Training
snehalj 0 Light Poster
searchsource 0 Newbie Poster
Shini_Mittal 0 Newbie Poster
annaharris 0 Junior Poster in Training
skliz 0 Unverified User
Mayur Darji 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.