Browse by Tags

All Tags » QueryString (RSS)

ASP.NET 2.0 QueryString - One Key with multiple values

There are 2 ways that I know that you can set multiple values for 1 key. Example, You have a unique key named pid which stands of program id. Basically within your page, you have selected a few program id maybe from a GridView and you decide to pass this...
Posted by chuawenching | with no comments
Filed under: ,

ASP.NET 2.0 - Cleaner approach to handle QueryString

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....
Posted by chuawenching | with no comments
Filed under: ,