DataSource: Query String Supplying Parameters

J

Jim McGivney

When configuring a DataSource for a control in VS'05, when formulating the
WHERE clause, one of the options is to use a Query String to supply the
parameters. Is this the Query String that is used by a response.redirect
object to open the page, or is there another way of supplying the query
string to the datasource ?

Any examples of C# code would be appreciated.

Thanks,

Jim
 
G

Guest

In this context, QueryString represents the string of name=value&name2=value2
parameters on the url following the ? in the url.

You access this with Request.Querystring["keyname"] to get the value (C#).
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top