M
Mike
On my web page i want to run 2 queries depending what is selected in the
drop downs, but I also want a data item to be added to my grid.
Example:
query 1 runs when a name is selected and the user clicks go - where =
selectitem.value
query 2 runs when the user selects the word ALL in the drop down - no
where clause shows all records from the DB
I also want to add a data item in the grid when ALL is selected and not
show the item when a individual is selected. I can do it with "classic asp"
but how can i do it with VB.NET - asp.net
thx
drop downs, but I also want a data item to be added to my grid.
Example:
query 1 runs when a name is selected and the user clicks go - where =
selectitem.value
query 2 runs when the user selects the word ALL in the drop down - no
where clause shows all records from the DB
I also want to add a data item in the grid when ALL is selected and not
show the item when a individual is selected. I can do it with "classic asp"
but how can i do it with VB.NET - asp.net
thx