- Joined
- 31 Dec 2003
- Posts
- 5,172
- Location
- Barrow-In-Furness
How can I wildcard a drop down menu value that is boudn to a GridView?
For example, by default I would want all values to be shown for the following query:
SELECT Codes.*
FROM Codes
WHERE CodeType = (@CodeType) AND CodeOwner = (@CodeOwner)
At the moment it is attached to two DropDownMenus at the top of the page and only works when values have been selected, how can I wildcard the default DropDownMenu values so all results are shown to begin with?
Thanks guys
For example, by default I would want all values to be shown for the following query:
SELECT Codes.*
FROM Codes
WHERE CodeType = (@CodeType) AND CodeOwner = (@CodeOwner)
At the moment it is attached to two DropDownMenus at the top of the page and only works when values have been selected, how can I wildcard the default DropDownMenu values so all results are shown to begin with?
Thanks guys
