ThanksWrite a code behind for this for text change event to change to * from test..
Nor text box has a property of password...
Cheers,
Devendra Naik
It's be design.. but there is a way around it.. instead of changing the Text property, you can do this:
myTextBox.Attributes["value"] = "somethingfromthedatabase";
0 comments:
Post a Comment