|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
ASP.Net/VB.Net - Querystring into public classes
is it possible to send a querystring into a public class?
|
|
#2
|
|||
|
|||
|
the value of the queystring that is?
|
|
#3
|
||||
|
||||
|
To get the value of a Querystring from within a class, try:
Code:
Dim value As String = HttpContext.Current.Request.QueryString("yourQueryStringHere")
__________________
jmurrayhead Did I help you out? Make me popular by clicking the icon!New Members:Proper way to post a question Powered by ASP.Net |
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > ASP.Net/VB.Net - Querystring into public classes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
![]() |
|