Ask a Question related to ASP, Design and Development.
-
Mark Goldin #1
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
-
validating radio group button
Hello everybody, I want to validate radio group button in dream weaver...How can I do that? -
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... -
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... -
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... -
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... -
Ray at #2
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



Reply With Quote

