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.