G
Guest
I'm new at ASP and I'm trying to query an MS SQL database (Northwind). I
want the page to be setup with a textbox where the user inputs a list of
comma separated numbers and the query would be something like:
select * from categories where categoryid in ('1','2','3','4','5')
and the results would be in a datagrid, I think. This is easy in Query
analyzer but putting it on a web form seems very hard.(for me)
This doesn't seem possible, is it possible? suggestions ?
want the page to be setup with a textbox where the user inputs a list of
comma separated numbers and the query would be something like:
select * from categories where categoryid in ('1','2','3','4','5')
and the results would be in a datagrid, I think. This is easy in Query
analyzer but putting it on a web form seems very hard.(for me)
This doesn't seem possible, is it possible? suggestions ?