Radio group

  1. #1

    Radio group

    hello every body
    what is the way to get the selected checkbox value on server side?

    this is my code:

    <ext:RadioGroup runat="server" ID="rdGender" FieldLabel="الجنس">
                            <Items>
                                <ext:Radio InputValue="M" runat="server" ID="rdMale" BoxLabel="ذكر"></ext:Radio>
                                <ext:Radio InputValue="F" runat="server" ID="rdFemale" BoxLabel="أنثى"></ext:Radio>
                            </Items>
                        </ext:RadioGroup>
  2. #2
    Hello @ghada!

    Please check our examples explorer! There's hundreds of examples organized in categories with moth of the common usage scenarios.

    In case of a good example using radio groups, here's one: Form - Groups - Basic.

    I hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    I checked this link before, but it is not helpful, i need to get the value of radio button on the server side (c# code)
  4. #4
    Hello @ghada!

    These two recent threads together should both show you how to get the values and overcome/avoid possible bugs:
    - After Render RadioGroup Items reset the checked one
    - RadioGroup issue

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. The radio group is always empty
    By Ricky in forum 4.x Help
    Replies: 0
    Last Post: Feb 21, 2017, 12:35 AM
  2. [CLOSED] Highlight Checked Radio Button in Radio Button Group
    By rcombis in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 06, 2014, 7:26 PM
  3. Retrieve checked radio from Radio Group
    By ttharaka2002 in forum 1.x Help
    Replies: 0
    Last Post: Mar 25, 2010, 2:15 AM
  4. [CLOSED] Dynamic Creation of Radio Buttons within Radio Group
    By Steve in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 04, 2009, 1:13 PM
  5. Radio Group
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 0
    Last Post: Dec 04, 2008, 5:06 PM

Posting Permissions