I am my first site with mvc 4, site uses heavy async requests and so far they are manageable, basically this is a page which display the records from DB in a grid and allow users to filter them based upon selection from some drop downs which make these requests.
Now the business requirement points to update URL when a filtration occurs so that users can share the filtered records via copy pasting URL, I am wondering if there is a way to achieve it like how instagram show's an image on click in a model popup and also updates the URL so user can share it and so does twitter when navigated through home to notifications.
Any suggestions would be highly appreciated. Thanks in advance.