checkbox value

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

    #1

    checkbox value

    How can I get the value of a checkbox.
    When I use ChkBox.Text I get the name 'label' of the checkbox.
    regards
    reidarT


  • Robin Tucker

    #2
    Re: checkbox value

    ChkBox.CheckSta te

    "ReidarT" <reidar@eivon.n o> wrote in message
    news:%23kMTUoqZ FHA.3096@TK2MSF TNGP15.phx.gbl. ..[color=blue]
    > How can I get the value of a checkbox.
    > When I use ChkBox.Text I get the name 'label' of the checkbox.
    > regards
    > reidarT
    >[/color]


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: checkbox value

      "Robin Tucker" <idontwanttobes pammedanymore@r eallyidont.com> schrieb:[color=blue]
      > ChkBox.CheckSta te[/color]

      .... and the 'Checked' property.

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      Working...