P
Phillip Vong
Newbie learning in VB.NET 2.
I'm creating a simple ASP.NET 2 page and I pulling a querystring from a link
and I want to use this querystring over and over again through out the page.
Example.
Public Variable
Dim myVar as string = Request.querystring("MyVar")
End Public Variable
Then I can just call this variable from anywhere to grab MyVar.
Thanks!
Phil
I'm creating a simple ASP.NET 2 page and I pulling a querystring from a link
and I want to use this querystring over and over again through out the page.
Example.
Public Variable
Dim myVar as string = Request.querystring("MyVar")
End Public Variable
Then I can just call this variable from anywhere to grab MyVar.
Thanks!
Phil