0
Answer

dynamically replace data of gridview row with textboxes

santhosh chotu

santhosh chotu

10y
910
1

Hi

I have a grid control. The number of columns and rows in the grid are dynamic i.e they are not of fixed number. but in every first column of row i have a button control in windows forms using c#.net.

my question is
when i click on a button ,that corresponding row data should be replaced with text boxes useful for modifying.

Please Help me regarding this