S
Steve
Hi-
I'd like to set values in the QueryString if I detect that a user submits a
bad value, say... ?id=333 where there is no id '333', I would like to set it
to '0' for example.
I tried to use Request.QueryString.Set("id", "0");
it says it is Read Only. How can this be done? Why is there a Set() method
if you can't use it?
Thanks,
Steve
I'd like to set values in the QueryString if I detect that a user submits a
bad value, say... ?id=333 where there is no id '333', I would like to set it
to '0' for example.
I tried to use Request.QueryString.Set("id", "0");
it says it is Read Only. How can this be done? Why is there a Set() method
if you can't use it?
Thanks,
Steve