c# - How to BLOCK specific column in the GridView -
i have gridview , when user clicks on update want block couple of columns user cannot edit columns.
how should this? thanks!
set readonly property value of columns true.
i have gridview , when user clicks on update want block couple of columns user cannot edit columns.
how should this? thanks!
set readonly property value of columns true.
Comments
Post a Comment