Link to home
Start Free TrialLog in
Avatar of David C
David CFlag for United Kingdom of Great Britain and Northern Ireland

asked on

QueryString functionality

Hi Experts, given a string in a label e.g. "?valid=true&trans_id=0001&code=a" how do I get the value of "valid" i.e. true

I know how to use it with Request.QueryString("valid") but wanted to figure out the way to do it when I'm not moving from page to page
Avatar of Daniel Van Der Werken
Daniel Van Der Werken
Flag of United States of America image

What do you mean by "not moving from page to page"?
ASKER CERTIFIED SOLUTION
Avatar of David C
David C
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of David C

ASKER

Found the solution