Here is a common scenario. In the page load event, you need to test a value from either the querystring or a form. If you try to assign the value to a variable, but its null, then you get an exception related to it not being an object. What is a good way to check for these things that has the least amount of code ?
...
Go to the complete details ...