Hi, I'm trying to find a way to create a CheckListBox for ASP classic. I've been using ASP.Net before and this control is already included. I'm kind of struggling with ASP classic but it's part of work so :'( ... Anyways if there is no definite control for CheckListBox for asp classic can you suggest a way where I can get an array of CheckBox in a container that scrolls vertically..
Thanks in advance
nofullstop 0 Newbie Poster
Recommended Answers
Jump to PostYou just need to do something like this:
Create all your checkboxes, and order them however you wish since it doesn't matter.
They all need to have the same name, but different ID's.
By having the same name, you can tap into the group.
Then you …
All 3 Replies
Reply to this topic 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.