Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: ASP database help


Message #1 by "Rinku Kadakia" <rinku.kadakia@p...> on Fri, 20 Dec 2002 18:28:34
I have a form with two fields where first field is a combo box and another 
one is a text box.

As user would select a value from teh combo box (the values are populated 
by calling the database Eg. select distinct username from user). 

The second text box gets its value from the database but here is where i 
have problem?

Second text box gets it value by going agianst database based on teh combo 
box selection. Eg. select userid from user where username='text selected 
from combo box'

Both the field values are then sent to next page.
Can someone please help?
Thanks in advance.

Rinku



  Return to Index