inutelinside
Technical User
Pax et Bonum!
I have an ASP application and I have a problem regarding QueryString.
Consider the following scenario:
This the URL that links mypage1 to mypage2
(Note: The querystring is hard-coded in the ASP)
In mypage2 I use
Dim strsourceID
strsourceID = Trim(Request.QueryString("sourceID"))
to retrieve the sourceID querystring but it returns null or nothing. It should return 120 right?
What could be the reason for this? Please help. Any idea would be appreciated.
I have an ASP application and I have a problem regarding QueryString.
Consider the following scenario:
This the URL that links mypage1 to mypage2
(Note: The querystring is hard-coded in the ASP)
In mypage2 I use
Dim strsourceID
strsourceID = Trim(Request.QueryString("sourceID"))
to retrieve the sourceID querystring but it returns null or nothing. It should return 120 right?
What could be the reason for this? Please help. Any idea would be appreciated.