Re: Radio Button Capture Setting In VB

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Jeff Cochran (jeff.nospam_at_zina.com)
Date: 11/11/04


Date: Thu, 11 Nov 2004 01:39:23 GMT

On Wed, 10 Nov 2004 12:19:06 -0800, Jim Quast
<JimQuast@discussions.microsoft.com> wrote:

>How do I capture the radio button
>setting without submitting the form?

In ASP you can't. Until you submit, nothing is sent to the server to
be processed. Probably can do it multiple ways in client-side code,
try a client-side group such as a Javascript group.

>What is the syntax to capture the value
>from the radio button?

Again, client side, unless you mean get the radio button response from
the from, which would depend on you using a POST or GET. In which
case you'd use Request.Form or Request.Querystring respectively.

Jeff


Quantcast