Forum: JavaScript / DHTML / AJAX Apr 11th, 2008 |
| Replies: 2 Views: 1,460 Hi,
I am using 3 radiobuttons which are disabled by default.I want to enable them when i check an other radiobutton on my form.what is the solution for this.
plzz reply.
thanks. |
Forum: JavaScript / DHTML / AJAX Apr 10th, 2008 |
| Replies: 3 Views: 1,669 SET1
<asp:RadioButton ID="rdintrvl" runat="server" Text="Interval" GroupName="set1" />
SET2
<asp:RadioButton ID="rddays" Text="Days" GroupName="set2" runat="server" Enabled="False"/>... |
Forum: JavaScript / DHTML / AJAX Apr 9th, 2008 |
| Replies: 3 Views: 1,669 Hi,
I have some radiobuttons which I grouped them as set1..and another set of radiobuttons which I grouped as set2 which are disabled by default.When I click a radiobutton in set1 all the... |