JackieW 0 Posted July 24, 2014 Report Share Posted July 24, 2014 Is there a way to create dynamic radio buttons with ASP? I have an admin page to create classes people can sign up for. The classes will be held on one day, but could have 1 to 4 time slots. I need to make it so the administrator can choose 1-4 options, with radio buttons as the outcome, and have it show up on the class information page. I've already decided that the radio button group will be named 'ClassDesired'. It's the four options that is stumping me. Is this possible, or would I need to turn to Java Script or ASP.net? (I'm not too familiar with either one, but with help could stumble through them. ) Thanks for your advice in advance. Quote Link to post Share on other sites
justsomeguy 1,135 Posted July 24, 2014 Report Share Posted July 24, 2014 If you're just using ASP classic then you should be able to use a loop to write out each of the radio buttons. Quote Link to post Share on other sites
RobertmefT 0 Posted August 31, 2016 Report Share Posted August 31, 2016 I think I fixed your issue. I took out the 2 out radio buttons from dynamic panels and assigned them into a radio group. A small piece of advise - start naming dynamic panels, its really hard to figure thing out inside the prototype. Not sure how you were able to handle that. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.