Hi guys, I would like to display text in the editbox to be in a password format, how do I go about it? and I am
using ASP.Net.
Note: Not when you type in, but displayed text.
Hi guys, I would like to display text in the editbox to be in a password format, how do I go about it? and I am
using ASP.Net.
Note: Not when you type in, but displayed text.
You mean something like:
?Code:<input type="password" />
That I understand, but how can I reference to it when I am in c# class development as you have declared it as html
systax rather than asp.net.
Hmmm I'm not familar with asp.net syntax unfortunately. I don't see how there would be a different way to implement this though, which is plain HTML.
Bookmarks