Blog Directory logo  Blog Directory
           Submit a Blog
  •  Login
  • Register
  •  Featured Blogs
     Blog Listing
    Member - {  Blog Details  } Save to Wishlist

    Blog image

    blog address: http://findnerd.com/list/view/Problem-in-selecting-Radio-Button-inside-Repeater-Control/3302

    keywords: Select RadioButton Inside Repeater, RadioButton Inside Repeater, dot net

    member since: Dec 21, 2015 | Viewed: 438

    Problem in selecting Radio Button inside Repeater Control

    Category: Technology

    Incase we are using RadioButton inside a Repeater, one common problem which we face is that we are not able to select single RadioButton, i.e. If we select one RadioButton, and then click on the other the other also gets selected without unselecting the first one. Even the GroupName property of the RadioButton dosen't works for this. The solution I got is: 1. Set the AutoPostBack property of the RadioButton to "true". 2. Make OnCheckedChanged event for the RadioButton. Example: 3. Inside OnCheckedChanged event write the following code: protected void rbtnSelectEmp_OnCheckedChanged(object sender, EventArgs e) { foreach (RepeaterItem item in rptEmployee.Items) { RadioButton rbtn = (RadioButton)item.FindControl("rbtnSelectEmp"); ... See more at: http://findnerd.com/list/view/Problem-in-selecting-Radio-Button-inside-Repeater-Control/3302



    { More Related Blogs }
    © 2026, Blog Directory
     | 
    Support
               Submit a Blog
    Benefits of Environment Display, their various uses, and how they can be used in different settings.

    Technology

    Benefits of Environment Displa...


    Jul 5, 2023
    Zoom Whiteboard versus Reactiv SUITE

    Technology

    Zoom Whiteboard versus Reactiv...


    May 4, 2022
    RAID recovery

    Technology

    RAID recovery...


    May 22, 2015
    Tuition Software

    Technology

    Tuition Software...


    Apr 8, 2015
    How to optimize your cost in Azure?

    Technology

    How to optimize your cost in A...


    Apr 10, 2023
    6 aspects of the Wearable industry you need to know – a detailed analysis (Part 1)

    Technology

    6 aspects of the Wearable indu...


    Mar 26, 2015