|
-
Jul 25th, 2003, 11:28 AM
#1
Thread Starter
New Member
RegisterHiddenField
Hi, I have added the following code to the Page_Load procedure in the .aspx.vb code behind my aspx page.
Dim strSession As String
strSession = GetSession("LoginFullUserName")
Page.RegisterHiddenField("SessionUser", strSession)
Can anybody tell me how to access this hidden field from vbscript embedded in the asp page.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|