<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Loading Data with Deep Linking</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Loading Data with Deep Linking</description>
  <pubDate>Sat, 11 Apr 2026 06:31:26 -700</pubDate>
  <lastBuildDate>Mon, 30 Nov 2009 14:20:41 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1571</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Loading Data with Deep Linking : You could cache bookmark data...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1571&amp;PID=5884#5884</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=482" rel="nofollow">WardBell</a><br /><strong>Subject:</strong> 1571<br /><strong>Posted:</strong> 30-Nov-2009 at 2:20pm<br /><br /><P>You could cache bookmark data (at least some of it) locally in isolated storage. This is easy to do with DevForce and is demonstrated in Model Explorer and Prism Explorer.</P><DIV>The challenge is to know when the user has bookmarked the current page. It may be difficult to get that information from the browser. Of course you could offer a button to press to capture the proper deep link. Or you could just save locally&nbsp;a rolling list of the&nbsp;most recently seen&nbsp;customer details; when the app launches with a link, you can compare it (compare the customer details id component of the URL query string) to your local store of customer details and, if you're lucky, you can present the data immediately.</DIV><DIV>&nbsp;</DIV><DIV>Whether I had a hit or a miss, I would immediately launch an async query to retrieve the most current version of the customer detail. I might also provide a UI cue that the data presently on screen are old (and maybe say how old).</DIV><DIV>&nbsp;</DIV><DIV>None of this is any help if you intend to send the link to someone else; that someone is unlikely to have the targeted customer detail in cache.</DIV><DIV>&nbsp;</DIV><DIV>Hope this inspires you to great things.</DIV>]]>
   </description>
   <pubDate>Mon, 30 Nov 2009 14:20:41 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1571&amp;PID=5884#5884</guid>
  </item> 
  <item>
   <title>Loading Data with Deep Linking : Hi, Im using deep linking in the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1571&amp;PID=5879#5879</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=441" rel="nofollow">*Calsy</a><br /><strong>Subject:</strong> 1571<br /><strong>Posted:</strong> 30-Nov-2009 at 8:51am<br /><br />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: <DIV>1. User searches a list of customers</DIV><DIV>2. Selects a customer from the list and goes to details</DIV><DIV>3. The user than bookmarks this customer details page in their browser.</DIV><DIV>4. They now close the browser.</DIV><DIV>5. Some time later they reopen their browser and go straight to that bookmark. </DIV><DIV>&nbsp;</DIV><DIV>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.</DIV><DIV>&nbsp;</DIV><DIV>Do you have any ideas on how I could better approach this?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Mon, 30 Nov 2009 08:51:35 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1571&amp;PID=5879#5879</guid>
  </item> 
 </channel>
</rss>