am using a grid view in my application. and putting the data directly from the other text box control. i am not using any database. it keeps on adding the data one after another in next rows if the data changes.
now, i want to delete a row from the grid view only and not from any databases.
can anyone help me on this????
i am setting auto generatedeletebuton property to true. so that i can use these to delete a row.
but i don't know wt to write in row deleting event in this case. help!!!!!!!!!!!!!!!!!!!!
OR i can use the radio buttons, and based on selection i can delete the selected row.