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?
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?