Ask a Question related to ASP.NET General, Design and Development.
-
Calvin #1
Session and Querystring on base class
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?
Calvin Guest
-
Base designer class missing in 2.0
Hi, I cannot find the base ControlDesigner class in 2.0. All of the documentation I have found points to System.Web.UI.Design.ControlDesigner... -
Disable ViewState on base class only?
Is it possible to somehow disable the ViewState on the base object but leave the ViewState on within the new object? For example, I have a server... -
base class member access (?)
Quesote wrote: Create $myArray as protected, not private. -
How to learn the base class: RequiredFieldValidator?
Folks, I am trying to extend the RequiredFieldValidator control. What I am trying to accomplish should be mindlessly simple: if the... -
Access DataGrid declared in derived class from base class??
Hi! I have a base class called ListBase.vb, from which I derive EmplList.ascx.vb. In EmplList.ascx.vb I declared a... -
Kevin Spencer #2
Re: Session and Querystring on base class
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
[url]http://www.takempis.com[/url]
Some things just happen.
Everything else occurs.
"Calvin" <noemail@provided.com> wrote in message
news:%23ZjRQGURDHA.2228@tk2msftngp13.phx.gbl...this> 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> context for Page.Request.Querystring.get...
> Why?
>
>
Kevin Spencer Guest



Reply With Quote

