473,387 Members | 1,592 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

parameter list on url

How do you get just the parameter list of URL - the part after the ?.

For example, http://domain/default.asp?arg1=value...lue&arg3=value

I want to get the arg1=value&arg2=value&arg3=value part of the url.

What I am trying to do is take that and append it to a rediret to another
page.

Thanks,

Tom
Nov 19 '05 #1
3 1975
Request.Url.Query

-Brock
DevelopMentor
http://staff.develop.com/ballen
How do you get just the parameter list of URL - the part after the ?.

For example,
http://domain/default.asp?arg1=value...lue&arg3=value

I want to get the arg1=value&arg2=value&arg3=value part of the url.

What I am trying to do is take that and append it to a rediret to
another page.

Thanks,

Tom


Nov 19 '05 #2
"Brock Allen" <ba****@NOSPAMdevelop.com> wrote in message
news:67**********************@msnews.microsoft.com ...
Request.Url.Query
That was what I was looking for. I just couldn't remember what it was.

Thanks,

Tom
-Brock
DevelopMentor
http://staff.develop.com/ballen
How do you get just the parameter list of URL - the part after the ?.

For example,
http://domain/default.asp?arg1=value...lue&arg3=value

I want to get the arg1=value&arg2=value&arg3=value part of the url.

What I am trying to do is take that and append it to a rediret to
another page.

Thanks,

Tom


Nov 19 '05 #3
Ye
Tom,

Try Request.Url.Query.
"tshad" wrote:
How do you get just the parameter list of URL - the part after the ?.

For example, http://domain/default.asp?arg1=value...lue&arg3=value

I want to get the arg1=value&arg2=value&arg3=value part of the url.

What I am trying to do is take that and append it to a rediret to another
page.

Thanks,

Tom

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Matthias Pfeifer | last post by:
Hi there, I am trying to declare a function that takes a std::list<parameter. I want this function to have an empty list as a default parameter. It's a template function also. Currently i am...
6
by: HillBilly | last post by:
One question I have not figured out is how to learn which event parameter list is supported by a control? EventArgs, CommandEventArgs, what?
7
by: microsoftboy | last post by:
Hi, Using the following selection criteria, I am able to list the data from mysql db, but I would like to provide the following options for users: Select All Data, Select None. I am not sure if...
4
by: LoveLorn | last post by:
how can i make my node info in linked list as an object of another class f.e i want to make my node data as a person information like name , surname , date of birth and job . can any one help me plz
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.