Sometimes you need to read query string parameters from a URL in a web application.
For example, if the URL is:
| |
then the value you want is test.
In classic ASP, you can read it with:
| |
In ASP.NET, the equivalents are:
| |
| |
Sometimes you need to read query string parameters from a URL in a web application.
For example, if the URL is:
| |
then the value you want is test.
In classic ASP, you can read it with:
| |
In ASP.NET, the equivalents are:
| |
| |