I have a table that is filled with data from an ASP call from my SQL database. I want to be able to pick any row in that table and it will make another asp call and display that information on another standard asp page that I can use as a default page for any row. Does anyone know how to do that? Also, when you fill a pull down box with an asp call, DO you have to use options to allow for each selection or can you export your selection to a text box and then re-submit a asp call with the appropiate selection in the text box.<br>
<br>
Thanks for any good response<br>
<br>