Blog Directory logo  Blog Directory
  •  Login
  • Register
  •  Featured Blogs
     Blog Listing
    © 2026, Blog Directory
     | 
    Support
    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: 490

    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 }
               Submit a Blog
               Submit a Blog
    Employee Intranet Portal, Codenatives

    Technology

    Employee Intranet Portal, Code...


    Jun 24, 2021
    New Release Phones in July 2025 | Latest Smartphone Launches

    Technology

    New Release Phones in July 202...


    Jul 17, 2025
    The 5 Ways Artificial Intelligence Can Help Your Business Grow

    Technology

    The 5 Ways Artificial Intellig...


    Nov 7, 2023
    Online Car Rental System

    Technology

    Online Car Rental System...


    Feb 19, 2015
    IT Consulting Company in South Africa

    Technology

    IT Consulting Company in South...


    Dec 15, 2022
    best digital marketing

    Technology

    best digital marketing...


    Jan 24, 2024