Hi, Im using deep linking in the website (through the navigation class). Just wondering if you have any advice for loading up a single page instance. That doesnt make sense at all so i explain the scenario:
1. User searches a list of customers
2. Selects a customer from the list and goes to details
3. The user than bookmarks this customer details page in their browser.
4. They now close the browser.
5. Some time later they reopen their browser and go straight to that bookmark.
At this point when they reopen the page from the bookmark I currently check that there is a connection to the database and retrieve the customer from the database and populate the data on the form. Bit of a load time hit to do this since ive got to connect to db and retrieve data aswell to just show the one page.
Do you have any ideas on how I could better approach this?
Thanks