C#.Net 2.0 TextBox Control

J

Jason Huang

Hi,

In the C#.Net 2.0 WebForm standard TextBox Control, is it possible to has
the input look like * whenever we keyin?
Also, does it have an event like OnEnter for 'Enter'?
Thanks for help.


Jason
 
J

Jon Skeet [C# MVP]

In the C#.Net 2.0 WebForm standard TextBox Control, is it possible to has
the input look like * whenever we keyin?

Set the TextMode to Password.
Also, does it have an event like OnEnter for 'Enter'?
Thanks for help.

Not sure on that front. If you don't get any answes here, I suggest
you ask again on the ASP.NET group, as that's more appropriate for web-
specific questions.

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top