Greetings All,
I'm relatively new to ASP.NET and I'm currently working on a site that has a treeview used to navigate through the site. The problem is the first page on the site (home page) when initally loaded pulls a ID from a URL via QueryString. This works when the site is initially loaded up but when I try to navigate away, then navigate back to the this page using the TreeView, the QueryString doesn't pull in the ID from the URL anymore. Anyone have a suggestion as to how to get around this?