I'm using a calander that when a certain date is clicked, it will get the date from the sub routine and pass it to another page to be evaluated.

Once this value is passed to the other page, it will be compared against the database to see if the date exist in the database. If it does, it will display the news and if it doesn't exist it will display a page stating "No News Found!".

How would I pass this variable in .Net?