Connecting Tech Pros Worldwide Forums | Help | Site Map

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

roo
Guest
 
Posts: n/a
#1: Oct 20 '06
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.


Chris Fulstow
Guest
 
Posts: n/a
#2: Oct 20 '06

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


Check out Scott Mitchell's ASP.NET data tutorials:
http://www.asp.net/learn/dataaccess/....aspx?tabid=63

roo wrote:
Quote:
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.
roo
Guest
 
Posts: n/a
#3: Oct 20 '06

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


Cheers Chris, I will look into that!


Chris Fulstow wrote:
Quote:
Check out Scott Mitchell's ASP.NET data tutorials:
http://www.asp.net/learn/dataaccess/....aspx?tabid=63
>
roo wrote:
Quote:
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.
Closed Thread