protected void CheckBox1_CheckedChanged(object sender, EventArgs e)
{
if (IsPostBack)
{
txtCl.Text = TextBoxMode.SingleLine;
}
else
{
txtCl.TextMode = TextBoxMode.Password;
}
}
but it doesnt work..
Loading

Manish Kumar ChoudharyPosted Feb 18, 2015, 5:28 AM
hi it will help you to get the solution