Hi, i am developing an app in which i am retrieving files and directories paths, showing them in a datagrid.From gridview i select the file or directory path and then delete them. The problem i am facing is that after the deletion, datagrid still displaying the previous records, not the updated records.when i again call the function to retrieve the files, it shows previous data, whereas the files have been deleted successful. Please guide me how to get rid of this situation.
View Complete Post