DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3

Thread: checkboxes

  1. #1
    Brian Pittman Guest

    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



  2. #2
    colm Guest

    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
    >
    >



  3. #3
    Davis Guest

    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
    >
    >



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links