dePoPo.net
A digital resource center
advanced search
This site is no longer updated, for more recent samples see
this link
Home
:
ASP.NET
Home
About
Webhosting (Dutch)
vb.NET
Data Access
Files and Folders
Forms and Grids
General vb.NET
Crystal Reports
ASP.NET
Other language code samples
ASP
PHP
Javascript
VB6 / VBA
RPM Builds
Centos 4
Centos 5
Archived
FAQ
BlueOnyx
Linux
Win32
SQL
Image Gallery's
Projects
Add this site to...
RSS News Feed
ASP.NET URL & Session Parameters
Posted in:
ASP.NET
By dePoPo
Jan 3, 2010 - 7:51:17 PM
Digg this story!
Email this article
Printer friendly page
URL Parameters:
dim s_requestvalue as string = Request("someparameter").Tostring
Session Values:
dim s_sessionvalue as string = session("someparameter").Tostring
Visitor Comments
Leave a comment