|
Subject:
|
radiobuttons
|
|
Posted By:
|
msrnivas
|
Post Date:
|
11/17/2003 1:59:04 AM
|
Hai I am doing my task in asp.net I have one Radio Gropu name Activity
in this group i have 2 radio buttons named 1.srource ,2.Action. By default source is checked.
my requirment is when ever user change the checked option from "source" to "action" i want to visible 2 buttons example "click" and "save". and again if user changed the checked option from "action" to "source" i want to hide the 2 buttons example "click" and "save".
i dont find the click event in radio button. i tried with "CheckedChanged" event but its not working.i also tried withAutoPostBack=true option also.
pl advice me.
thanks sr
|
|
Reply By:
|
planoie
|
Reply Date:
|
11/17/2003 10:08:29 AM
|
Can you post the code for the radiobutton markup (HTML) and handlers? There is a "Click" event on a radio button, and that should be firing when you click it unless there's something else wrong.
Peter ------------------------------------------------------ Work smarter, not harder.
|