16 February, 2012

How fill Passwod Textbox Data in ASP.NET.

The Following code shows the retrieve password shows in TextBox which type  Password.

For C#, ASP.NET at the time assigned data to Password Text box:-

txtPassword.Text="abc123";

txtPassword.Attributes.Add("value", txtPassword.Text);