|
-
Aug 7th, 2002, 06:45 AM
#1
Thread Starter
Lively Member
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.
-
Aug 7th, 2002, 09:08 AM
#2
Lively Member
(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.
-
Aug 8th, 2002, 02:05 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|