Browse by Tags

Related Posts

  • RadioButtonList DataBinding

    I been programming for some time now, but i'm new to ASP.NET, here is my problem that i'm trying to solve: I got database table with 9 fields, 5 of them are boolean type. i'm trying to represent those 5 columns using check or radio buttons. I'm trying to display information from each...
    Posted to Data Presentation Controls (Forum) by SICMASO on 05-06-2009, 12:00 AM
    Filed under: radiobuttonlist, Data binding, data source
  • Radio button list enabling/disabling drop-down list

    I tried looking to see if this question has been asked before, but didn't find a solution that was helpful. I'm creating a survey. I have a yes/no radio button list, followed by a drop-down list (which is disabled when the form loads, and its RequiredFieldValidator is also disabled). When the...
    Posted to Web Forms (Forum) by perkykoala on 04-18-2009, 12:00 AM
    Filed under: enabled, RadioButtonList, DropDownList
  • Re: How do I get value of web control within clientside javascript for customvalidator

    I had this problem and managed to solve it by avoiding the usage of RadioButtonList if you use : < input id ="Radio1" type ="radio" value ="1" runat ="server" /> < input id ="Radio2" type ="radio" value ="2" runat ="server"...
    Posted to Client Side Web Development (Forum) by Zarathustra on 04-13-2009, 12:00 AM
    Filed under: RadioButtonList
  • Re: Radio Button List Selected Value in JavaScript

    My sugggestion, WORKING!!! for me: var oneRadioButton = document.getElementById( "&lt;%= RadioButtonList1.UniqueID %>" ); var radio = document.getElementsByName(oneRadioButton.name); for (var j = 0; j < radio.length; j++) { if (radio[j]. checked ) alert(radio[j]. value ); } http:...
    Posted to Client Side Web Development (Forum) by baby123 on 03-23-2009, 12:00 AM
    Filed under: RadioButtonList, asp.NET, javascript
  • popupcontrolextender & radiobuttonlist : OnSelectedIndexChanged not firing

    Hello, I have a textbox extended with a radiobuttonlist, just like in the demo video on this forum. My problem is that the list displays fine but when I select an item, nothing happens.... I tried about 5-6 different solutions with no success until now :( So here's my code : <asp:TextBox ID="TextBoxCategorie"...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by kirby_blue on 03-03-2009, 12:00 AM
    Filed under: onselectedindexchanged, PopupControlExtender, radiobuttonlist
  • RadioButtonList in a Repeater GroupName

    Hello all. I am fairly new to .net and cant figure out how to set the same group name for a radiobuttonlist in a repeater. I have found a way to do this using a standard radio button but i need to know how you can do this with a radiobuttonlist. What we have is a registration page where there can be...
    Posted to Data Presentation Controls (Forum) by jwinkler on 01-30-2009, 12:00 AM
    Filed under: RadioButtonlist, radiobuttonlist group, Repeater, groupname
  • Re: Radiobutton related problem

    Thanks for reply, but soln u mentioned is applicable for design time...wat abt runtime???? means according database table structure... Acording to my database table contents...i will require few no of labels and max nos of radio buttons...i.e. no of labels and no of radio buttons are goin to be decide...
    Posted to Data Presentation Controls (Forum) by nil556 on 12-24-2008, 12:00 AM
    Filed under: RadioButtonlist
  • JavaScript to get Selected RadioButtonList value

    Hi all, I want to know and ask you guys something. I have a radiobuttonlist and 2 normal radio buttons in my asp.net web page. And I use javascript to control the clicking of these controls. I already asked and found the way of using javascript to control normal radio button and it worked fine. But when...
    Posted to Client Side Web Development (Forum) by scsfdev on 12-11-2008, 12:00 AM
    Filed under: RadioButtonList, java script
  • Re: Changing color of RadioButtonList texts

    This will only work if you set the autopostback of the dropdown = true In VB all you have to do is, doubleclick on your radiobuttonlist/checkboxlist and add Me .answer1_rdlst.SelectedItem.Attributes.Add( "style" , "background-color:red" ) into the SelectedIndexChanged event Hope this...
    Posted to Data Presentation Controls (Forum) by sabera.patel on 11-27-2008, 12:00 AM
    Filed under: radio buttono list, RadioButtonlist, radiolists, selected value, SelECTedIndex, SelectedIndexChanged, VB 2005, changing BG colour, changing text colour, checkbox, DataLististItem DataList, DataRow, checkboxlist, CheckChanged, selected index changed, Radio buttons, radiobuttonlist collection bind arraylist
  • ListItem.Enabled and .Net 2.0

    Is it possible to actually make this work without the javascript workaround? Here's where I'm using it: < ajax:UpdatePanel runat= "server" ID= "UpdatePanel1" > < ContentTemplate > < asp:Label ID= "Label1" runat= "server" Text= "Search...
    Posted to Web Forms (Forum) by nate_0000 on 10-29-2008, 12:00 AM
    Filed under: RadioButtonList, listitem
Page 1 of 5 (46 items) 1 2 3 4 5 Next >