In my grid view control I am displaying all the records in a table stored in data base. I am setting the attribute "AutogenerateDeleteColumn" to true, and I am handling "rowdeleting" event. one of the columns in data base have a file name stored in hard disk. when ever I delete a row, I need to delete that particular file from systems' memory. how can I do this in rowdeleting event ?how can I fire "rowdeleted" event? is it possible to handle "row deleting" and "row deleted" events in same apllication?thanks for ur suggestions,with regards,kiran