Hi, I would follow Mark's method.... Anyway I am new member to the group... Like to help others in ASP.. Thanks Venu
Mark E <[EMAIL PROTECTED]> wrote: Mokles, When you are building your checkboxes, also build a hidden control that has the description. Name it the same as value of your corresponding checkbox. This this: [input] name="PremGrading"> MLP PREMIUM PLUS - Ontario [input] When you get the value of your checkbox (ex: GPG040602155857107), do a request.form on this name and you can then get the value of the hidden control with the description. Mark moklesurr wrote: Hi all, I have a form that has some checkboxes, as in the following code: [input] name="PremGrading" > MLP PREMIUM PLUS - Ontario [input] name="PremGrading" > MLP Premium PLUS rev.2003 - mlp base [input] name="PremGrading" > MLPPREMPLU+2.00S - Qmp2 The value and descriptions come from a database. The user can select any number of choices from the checkbox list. After the form is submitted, I would like to capture both the values and the descriptions of the choices selected in the next page. I can get the values in request colloection. How do I get the descriptions? Any help will be highly appreciated. Thanks, Mokles --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups SponsorADVERTISEMENT --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger [Non-text portions of this message have been removed] --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links --------------------------------- Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
