I'm storing the xls file in sql server. And shown the details in Grid.
When multiple user try to access the file at a moment, If one user deletes the file and another user try to read the same file it throws error.
And now i'm checking whether the file is their or not, how can i show a message to user that file is deleted.
We suppose to return a ActionResult in Controller