↧
From: | Stein Goering |
To: | Rick Strahl |
BTW, it shows as a Change event in the properties sheet for the radio group.
--stein
I think you want the Click() event. There's no Change event for the checkboxes or radiobuttons only on TextBoxes and TextAreas.
+++ Rick ---
<WW:WWWEBRADIOBUTTONLISTID="radOrder"runat='server' AutoPostBack="True" Change="radOrder_Change"><ASP:LISTITEM Selected="True"Value="NAME">Sort by Name</ASP:LISTITEM><ASP:LISTITEMValue="DATE">Sort by Date</ASP:LISTITEM></WW:WWWEBRADIOBUTTONLIST>
I have a radOrder_Change function defined in my code-behind PRG. My understanding is that when I change the radio selection, it should post back and the function should fire. The post back happens but the function is not executed. Is there something I'm missing?
--stein