A
Astrith
I am a Newbie and i am scratching my head over how to delete a Row from a
GridView.
I have this GridView which has 3 fields called ID,ProjCode and
ProjDescription of which ID is the hidden field. I have also set the property
AutoGenerateDeleteButton="True".
Now as i understand, i have to write code in the GridView1_RowDataBound and
GridView1_RowDeleting METHODS to perform deletion of row. I have been
searching for long for the code but no luck.
Can sombody help me in deleting the rows of my Gridview?
GridView.
I have this GridView which has 3 fields called ID,ProjCode and
ProjDescription of which ID is the hidden field. I have also set the property
AutoGenerateDeleteButton="True".
Now as i understand, i have to write code in the GridView1_RowDataBound and
GridView1_RowDeleting METHODS to perform deletion of row. I have been
searching for long for the code but no luck.
Can sombody help me in deleting the rows of my Gridview?