Steven
Steven

Reputation: 13769

DataSource Select Parameter from GET value

How can I use the value of a GET form value as a SelectParameter?

Note: Both C# and VB.NET answers are fine.

Upvotes: 0

Views: 532

Answers (1)

Chris Haas
Chris Haas

Reputation: 55427

You want to use a QueryStringParameter

Upvotes: 1

Related Questions