Set the value of the checkbox to 1 if its checked and 0 if its not. In terms of multiple checkbox, use the split function inside the FOR LOOP in the submit page. In retrieving the value from the database, you can write an if statement if the value is equal to 1 then Response.Write "checked". Goodluck!!!
On Thu, 24 Feb 2005 14:26:33 -0000, D.Suresh <[EMAIL PROTECTED]> wrote: > > Hai all iam doing a project, > iam using multiple check box for my project i want to know how to > insert the check box value to the data base. > > > > > Yahoo! Groups Sponsor > ADVERTISEMENT > > ________________________________ > Yahoo! Groups Links > To visit your group on the web, go to: > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> 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/
