V
VK
Folks,
An aspx page has some querystring variables in the URL.
In the code beind file, I tried requesting these variables and setting
as public variables, so it is not specific to a sub.
Public instance_id As Decimal = Request.QueryString("i_id")
This is defined right aboverivate Sub Page_Load
It doesn't work - is something missing??
Thanks.
An aspx page has some querystring variables in the URL.
In the code beind file, I tried requesting these variables and setting
as public variables, so it is not specific to a sub.
Public instance_id As Decimal = Request.QueryString("i_id")
This is defined right aboverivate Sub Page_Load
It doesn't work - is something missing??
Thanks.