You can pass it with a querystring, or if your using a form that is submitted to page 2, you can write the value of UserID into a hidden textfield that will be passed with the form to the next page, then just grab it out of the request.form collection.