Hello everyone,
Is there a way to have the edit function of a GridView on an aspx page only allow the user to edit certain cells of the selected row?
I currently have the GridView setup and it returns the data from the database (MySQL) and I have setup the autogenerateeditbutton. However when you click on Edit for a row every cell becomes editable and I would just like to have two of the cells editable with the rest staying put displaying their regular data.
Thanks - Randy
Is there a way to have the edit function of a GridView on an aspx page only allow the user to edit certain cells of the selected row?
I currently have the GridView setup and it returns the data from the database (MySQL) and I have setup the autogenerateeditbutton. However when you click on Edit for a row every cell becomes editable and I would just like to have two of the cells editable with the rest staying put displaying their regular data.
Thanks - Randy