property panel

  • Thread starter Thread starter Vinnie
  • Start date Start date
V

Vinnie

how do i set in the property panel a textbox (ASP.net 2.0 control) as
password field? I want to show *** when the user inserts the password.

Thanks
Vinnie
 
Set the TextMode property of the TextBox control to 'Password'

-Michael Placentra II
 
Back
Top