G
Guest
Hello All:
I have two webforms (WebForm1.aspx and WebForm2.aspx) that inherit from
BasePage.aspx. BasePage.aspx inherits System.Web.UI.Page and has one hidden
field (hdnSessionId) that I want to use to cache a value that the web app
needs. I can not use Session, ViewState or QueryString to cache this value
(client requirement). The hidden field is dimmed in the BasePage.aspx.vb
code-behind as Protected WithEvents hdnFormSessionId As
System.Web.UI.HtmlControls.HtmlInputHidden.
Here's my question: How do I reference hdnSessionId from within
WebForm1.aspx and WebForm2.aspx (the child forms that inherit BasePage.aspx)?
Any help would be appreciated.
TIA,
I have two webforms (WebForm1.aspx and WebForm2.aspx) that inherit from
BasePage.aspx. BasePage.aspx inherits System.Web.UI.Page and has one hidden
field (hdnSessionId) that I want to use to cache a value that the web app
needs. I can not use Session, ViewState or QueryString to cache this value
(client requirement). The hidden field is dimmed in the BasePage.aspx.vb
code-behind as Protected WithEvents hdnFormSessionId As
System.Web.UI.HtmlControls.HtmlInputHidden.
Here's my question: How do I reference hdnSessionId from within
WebForm1.aspx and WebForm2.aspx (the child forms that inherit BasePage.aspx)?
Any help would be appreciated.
TIA,