S
Steve
Hi All,
This problem is really annoying me, as I am sure there is
a simple solution to it.
If I try to read a querystring value in the Page_Load
event and that querystring does not exist I get the error:
Object reference not set to an instance of an object
How do I check if the querystring is there before I try
to use it in my code?
Thanks,
Steve
This problem is really annoying me, as I am sure there is
a simple solution to it.
If I try to read a querystring value in the Page_Load
event and that querystring does not exist I get the error:
Object reference not set to an instance of an object
How do I check if the querystring is there before I try
to use it in my code?
Thanks,
Steve