passing data between pages and querying a database in asp.net

  • Thread starter Thread starter roo
  • Start date Start date
R

roo

Hello all.

I am new to asp.net so am writing for some advice. I want to transfer
data from a web form containing drop down lists and text boxes, saving
the user input, and then use this user input to query a database and
return the results on a second form. So the user input will be added
to an sql statement which will determine the results returned on the
second web page.

If anybody has any VB code that does this kind of thing that would be
great! Thanks for the help.
 
Back
Top