Well there are a number of ways to handle your QueryString. So what is a QueryString? Request.QueryString["fundid"] This is how you use a QueryString in your web application? Basically you should not store too many data in your QueryString. Furthermore one of the benefits of QueryString, you...