hi,
i hav a grid view which displays data from my database. i hav added delete buttons to my gridview....i want that,when i press the del button to del a particular row,then that row should become red...and it should remain red even after the page reloads on pressing the del button.....
i managed gettin the red color using the datarowbound concept.....however it jus highlights the row n the color goes off as soon as the page reloads on pressing the button........i want that when i press the del button for a row then the red color should remain there for the whole session......is it possible??
i don't want to add any extra column or table in my database....
however i tried using datatable.....
i added a column in my datatable and in my gridview.....to maintain a status flag for the row being deleted.....however its becoming too difficult.....
Any suggestions???
plz help....its urgent.....