Click here to Skip to main content
15,911,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
How to get all the variables passed in the URI that called up my form(using collection), and nothing else?

Thanks
Posted

1 solution

Hi,

Can you explain a little more?

Which framework you are using? If you are using webform then Request.QueryString[^] then its nothing but a collection.

If you are using MVC then you can pass data as a model[^].
 
Share this answer
 
Comments
Agizul-Hakim 16-Sep-11 1:16am    
Hi,
Thanks for your input, well can I use "Request.Parameters" for this purpose.
Thanks
AzHK

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