Setting a textbox in a GridView to ReadOnly?

  • Thread starter Thread starter swep
  • Start date Start date
S

swep

I have a Gridview control that has 5 columns. When a user selects
"Edit", I'd like to make 3 of the columns set to "Readonly". However,
when I set the 3 column's boundfield properties to "ReadOnly=True", the
update does not work. Is there a way to set the readonly property to
"true" for some of the columns' textbox properties and not the others?
-swep
 
Back
Top