G
Guest
I have a page that passing data to a new page via a querystring, on the other
page i need to fitler the dataset and populate a datagrid based on the items
being passed via the querystriing. Does anyone have any suggestions on how to
get this working? Right now its only getting the last item in the query
string and filter on that.
example:
Querystring looks like this.
cars.aspx?make=Chevy&model=Corvette
I need only data where make = chevy and model= corvette only and then
poluate the datagrid.
??
page i need to fitler the dataset and populate a datagrid based on the items
being passed via the querystriing. Does anyone have any suggestions on how to
get this working? Right now its only getting the last item in the query
string and filter on that.
example:
Querystring looks like this.
cars.aspx?make=Chevy&model=Corvette
I need only data where make = chevy and model= corvette only and then
poluate the datagrid.
??