Results 1 to 3 of 3

Thread: Radio Button

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    64

    Radio Button

    Hy,

    I am facing a probelm in my web application with the Radio Button.
    I a not beiing able to catch the on "click" event.
    This is event is available in a windows application, but is not in a web one. Any one has any idea of what could replace the "click" event.

    N.B: The "checkChanged" event didn't do what I want.

    Thanks for your help.

  2. #2
    Lively Member hbandarra's Avatar
    Join Date
    Aug 2002
    Location
    Lisbon, PT
    Posts
    66
    (First, be sure your radio button is a web form and not an HTML component.)

    Change the AutoPostBack property of the radio button to True, and the command CheckedChanged() will execute as soon as the user changes the control.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    64

    Thanks

    Thanks a lot, it was very helpfull.
    In fact it solved my problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width