Thursday, June 19, 2014

how to remove read only attribute of textbox control through codebehind using asp.net

 txtusername.Attributes.Remove("readonly");

No comments:

Post a Comment