Tuesday, August 27, 2013

how to make a text box read only at server side in asp.net

To make a text box readonly at runtime or server side

txtName.Attributes.Add("readonly", "readonly")

No comments:

Post a Comment