Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I need to pass query string along with page in workflow workflow using any activity with
asp.net web.
Means I want to pass querystring along with the webpage name in workflow and want to use it with asp.net
How this can be implement.

thank you
Posted
Updated 13-Oct-10 19:46pm
v3

1 solution

For this given URL:
http://www.localhost.com/Webform2.aspx?FirstName=Sandeep&LastName=Mewara
FirstName & LastName are two query strings.

For details of how to pass and use them, look here:
Passing variables between pages using QueryString[^]
Link 2[^]
 
Share this answer
 
Comments
Mohd Wasif 12-Oct-10 3:58am    
Sandeep i am not talking about passing querystring value from one page to another but i want to use querystring in workflow foundation and want to pass along with the webpage name.
Sandeep Mewara 12-Oct-10 4:11am    
Ok. So, you can find how proving a proper Tag to your question helps. :)

I would suggest you to please update the question, mention it clearly and also add proper tag to the question. It's not clear at all for now.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900