Checkbox Question 1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Elliot

    Checkbox Question 1

    My C# page has several HTML checkboxs paced within a ASP.NET form.
    I would like to get which checkboxs were checked after I press a
    button(HTML/ASP.NET?). How?
    Thanks for answers in advance.

  • Mark Rae [MVP]

    #2
    Re: Checkbox Question 1

    "Elliot" <elliot_barclay @hotmail.co.ukw rote in message
    news:FD9E779E-571C-4617-B520-81A4A3987A46@mi crosoft.com...
    My C# page has several HTML checkboxs paced within a ASP.NET form.
    Is there a reason that you're using HTML checkboxes rather than ASP.NET
    webcontrols...?



    --
    Mark Rae
    ASP.NET MVP


    Comment

    • Elliot

      #3
      Re: Checkbox Question 1

      Finally I use HTML one.
      That ASP.NET control can not do something, e.g. set a client id to the
      table.



      "Mark Rae [MVP]" <mark@markNOSPA Mrae.netwrote in message
      news:OZQOnYI4IH A.1204@TK2MSFTN GP04.phx.gbl...
      "Elliot" <elliot_barclay @hotmail.co.ukw rote in message
      news:FD9E779E-571C-4617-B520-81A4A3987A46@mi crosoft.com...
      >
      >My C# page has several HTML checkboxs paced within a ASP.NET form.
      >
      Is there a reason that you're using HTML checkboxes rather than ASP.NET
      webcontrols...?
      >
      >
      >
      --
      Mark Rae
      ASP.NET MVP
      http://www.markrae.net

      Comment

      • Mark Rae [MVP]

        #4
        Re: Checkbox Question 1

        "Elliot" <elliot_barclay @hotmail.co.ukw rote in message
        news:3E05A395-8876-416F-A1F3-7653453E6FAE@mi crosoft.com...

        [top-posting corrected]
        >>My C# page has several HTML checkboxs paced within a ASP.NET form.
        >>
        >Is there a reason that you're using HTML checkboxes rather than ASP.NET
        >webcontrols... ?
        >
        Finally I use HTML one.
        That ASP.NET control can not do something, e.g. set a client id to the
        table.
        What do you mean by "set a client id to the table"...?


        --
        Mark Rae
        ASP.NET MVP


        Comment

        Working...