S
shapper
Hello,
I am requesting a parameter from the query string using:
Dim id As String = Request.QueryString("id")
The problem is that I get an error if the parameter does not exist.
Is there a way to solve this?
Thanks,
Miguel
I am requesting a parameter from the query string using:
Dim id As String = Request.QueryString("id")
The problem is that I get an error if the parameter does not exist.
Is there a way to solve this?
Thanks,
Miguel