Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: updating access databases with ASP


Message #1 by "John Donovan" <john.donovan@l...> on Thu, 28 Feb 2002 13:44:22
Hello,



I am developing a simple system to update a register with various bits of 

information.



Most of the information is extractd from text inputs in a form on the first 

page. This is easy. My problem is that there are some radio buttons and 

selection boxes on the form and I am not sure how to extract the 

information in them using the Request.Form methods. The problem is how to 

pass the selected value to the database.



As for the radio buttons. This has me competely stumped. I presume that I 

have to check to see which one is checked and just pass that but how do i 

do that.



Many thanks if you can help me.

  Return to Index