Thursday, November 19, 2009

Textbox mode

On postback of the page the Textbox password mode is removed.
If we need this textbox password mode to display on postback the following code is used

Textbox1.Attribute.Add("value",Textbox1.Text);

That it...