C#.Net 2.0 TextBox Control

  • Thread starter Thread starter Jason Huang
  • Start date Start date
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
 
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
 
Back
Top