-
checkboxes
Hi,
What I want to do is give the user a list, they check off the one in the
list that they want and then submit, based on what was submitted I would
like to return values for each checkbox selected, each could contain more
than one value. How would this be accomplished, is there any examples I
could find.
Thanks for the help.
Brian
-
Re: checkboxes
Brian,
Could you be more specific? I honestly don't get what you are asking for..
Is it the mechanics of the browser/server communication that is stumping
you or perhaps a database query?
--
Colm
"Brian Pittman" <bpittmanat@roadrunner.nf.net> wrote:
>Hi,
>
>What I want to do is give the user a list, they check off the one in the
>list that they want and then submit, based on what was submitted I would
>like to return values for each checkbox selected, each could contain more
>than one value. How would this be accomplished, is there any examples
I
>could find.
>
>Thanks for the help.
>
>Brian
>
>
-
Re: checkboxes
you can use the following method:
first,name the checkbox of the key.
for each whatever in request.form
Request.Form.Item(whatever)<>"on"
delete whatever
end if
next
"Brian Pittman" <bpittmanat@roadrunner.nf.net> wrote:
>Hi,
>
>What I want to do is give the user a list, they check off the one in the
>list that they want and then submit, based on what was submitted I would
>like to return values for each checkbox selected, each could contain more
>than one value. How would this be accomplished, is there any examples
I
>could find.
>
>Thanks for the help.
>
>Brian
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks