grid view control
-
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
-
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
kadkir wrote:
how can I fire "rowdeleted" event? is it possible to handle "row deleting" and "row deleted" events in same apllication?
after u click on delete button , first rowdeleting occured then row delted occured. if you want to check any condtion before deleteing the try it in "Rowdeleteing" section :)
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"