Ask a Question related to ASP, Design and Development.

  1. #1

    Default Radio button group

    I have a simple html page with a radio button group on
    it. I am submitting that page into an asp page. How do I
    know what button the user has checked?
    Thanks
    Mark Goldin Guest

  2. Similar Questions and Discussions

    1. validating radio group button
      Hello everybody, I want to validate radio group button in dream weaver...How can I do that?
    2. Radio Button Group in a Datagrid
      I have a Datagrid that has multiple rows with a Radio Group template item in it. I need to find out if at least one item in the Radio button group...
    3. Binding a Radio Button Group to a Data Holder
      I'm fairly new to components and recently I had some trouble binding a radio button group to a data holder and saw that other had as well. This may...
    4. Insert Radio Group
      I did an insert Radio Group from the forms object. Is there a way for this tool to allow for multiple radio buttons to be checked instead of just...
    5. how to make a group of dynamicaly radio buttons
      I add radio buttons created dynamically in a datagrid on each row of the grid. When I see the generated HTML I see that in front of each name for a...
  3. #2

    Default Re: Radio button group

    Response.Write Request.Form("NameOfRadiobutton")

    Ray at work

    "Mark Goldin" <markgoldin@comcast.net> wrote in message
    news:0dd801c34d2e$f948ad70$a101280a@phx.gbl...
    > I have a simple html page with a radio button group on
    > it. I am submitting that page into an asp page. How do I
    > know what button the user has checked?
    > Thanks

    Ray at Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139