I'm trying to declare a Global variable in my Global.aspx page:

Public OrgBidDate as Date

then on another page I have:

orgBidDate = txtBidOpenDate.Text

but I get an error that orgBidDate is not declared.