Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Hi Guys,

 

In asp.net, lets say i have the following url

URL = "http://localhost/RuleDatabaseAPI/getTechnologyClassName.aspx?group=Assembly&subgroup=Fiducial Analysis"

 

 

If i issue the following command

Request.QueryString["group"]

 

I get "Assembly"

 

If i issue the following command

Request.QueryString

 

I get the whole url back

 

 

What if i have to get all the list of parameters

Meaning i want to know list of parameters being sent

 

If i take the above url as example, is the any command which return to me "group" and "subgroup" since that are the only two parameters in this

URL

 

Thank you very much for any help..

Edited by a1jit

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...