hello
i am trying to make a asp page with 4 radio buttons... all i want is when the user selects a radio button and click on submit button it should direct them to a perticular asp page (that means another asp page). each radio buttons should be linked to a perticular asp page (unique for each radio button)

do i have to use request code for this
plz help
neha

Of course, a readio button is just a representation of a kind of input. When you press submit the selected value is assigned to the name of the radio button, and that information is send to the next asp-page. There you have to retrieved using request.querystring or request.form.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.