So what I want to do is to read a query string and depending on what it is, open a class accordingly. The query string is simple and goes something like this www.blah.com/dunno.aspx?class1.
instead of making a select case statement to determine which class to open, i want to use the string istelf to open an instace of a class.
it would be nice if i could do something like:
Dim new_class as new request.querystring.tostring
but unfortunately it dont work
someone ideas?
instead of making a select case statement to determine which class to open, i want to use the string istelf to open an instace of a class.
it would be nice if i could do something like:
Dim new_class as new request.querystring.tostring
but unfortunately it dont work
someone ideas?