This APS.NET tutorial explains how to transfer information between pages in ASP.NET using a query string in C#.
Software developer can use this approach for information that don’t need to be hidden or made tamper-prof. Unlike view state information passed through the query string is clearly visible and unencrypted. The query string is the portion of the [...]