K
KevinRug
I have a C# web project with a radioButtonlist control. I have 4
items/values (0,1,2,3).
I am trying to retrieve the value for a database call.
I put a breakpoint in the event RadioButtonList1_SelectedIndexChanged but
when i select various items in the control,
the event is not firing.eg the breakpoint is never activated.
I have tried removing the control and recreating it, as i had this problem
before and that fixed it.
I also removed all associated code, but it still did not work.
then I started a new sln/project and it behaves the same way (ie Not firing
the breakpoint)
Can anyone suggest why the event does not fire and how to fix.
thanks
kevin ruggles
items/values (0,1,2,3).
I am trying to retrieve the value for a database call.
I put a breakpoint in the event RadioButtonList1_SelectedIndexChanged but
when i select various items in the control,
the event is not firing.eg the breakpoint is never activated.
I have tried removing the control and recreating it, as i had this problem
before and that fixed it.
I also removed all associated code, but it still did not work.
then I started a new sln/project and it behaves the same way (ie Not firing
the breakpoint)
Can anyone suggest why the event does not fire and how to fix.
thanks
kevin ruggles