Session and Querystring on base class

  • Thread starter Thread starter Calvin
  • Start date Start date
C

Calvin

All my .aspx.vb files inherit a base class. The base class inherits from
System.Web.UI.Page
So, I am trying to use Session and Querystring in the base class to handle
user information for each page. But, i got Request is not available in this
context for Page.Request.Querystring.get...
Why?
 
HOW are you "trying to use Session and Querystring in the base class to
handle user information for each page"?

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Some things just happen.
Everything else occurs.
 
Back
Top