|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
radiobuttons - no listHi;
I need to do the following: <asp:RadioButton ID="numDays" runat="server" Text="Every" /><asp:TextBox ID="dayNumCycle" runat="server"></asp:TextBox> day(s)<br /> <asp:RadioButton ID="weekdays" runat="server" Text="Every weekday"/> which I think means no RadioButtonList. How do I set it so each time one is selected, the other goes off? Hi David,
You can get one radiobutton selected at a time, by placing it in Group as given below. <asp:RadioButton ID="numDays" runat="server" Text="Every" GroupName="Radio1"/> <asp:TextBox ID="dayNumCycle" runat="server"></asp:TextBox> day(s)<br /> <asp:RadioButton ID="weekdays" runat="server" Text="Every weekday" GroupName="Radio1"/> Regards, Valli Show quoteHide quote "David Thielen" <thielen@nospam.nospam> wrote in message news:A7395C13-3D41-4D6E-81F6-46EC3EE64CE8@microsoft.com... > Hi; > > I need to do the following: > <asp:RadioButton ID="numDays" runat="server" Text="Every" /><asp:TextBox > ID="dayNumCycle" runat="server"></asp:TextBox> day(s)<br /> > <asp:RadioButton ID="weekdays" runat="server" Text="Every weekday"/> > > which I think means no RadioButtonList. How do I set it so each time one > is > selected, the other goes off? > > -- > thanks - dave > david_at_windward_dot_net > http://www.windwardreports.com >
validation message only show in val summary when ShowSummary=true when no js to execute on client
Formview Question "AJAX" techniques for the ASPNET 2.0 TreeView control? I need a chart control with a special feature Event from one WebControl triggering an event in another Web control Client ID of User Control in Page templates HttpContext.Current.Session problem Sorting DataView problem Interactivity between placeholders & objectdatasouces Asp.Net AutoPostback and control focus |
|||||||||||||||||||||||