Blog Directory logo  Blog Directory
           Submit a Blog
  •  Login
  • Register
  •            Submit a Blog
     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: 488

    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
    EC2 Node Js – HTTPS for Node.js on AWS – Install SSL AWS EC2

    Technology

    EC2 Node Js – HTTPS for Node.j...


    Jun 12, 2023
    Techtofind

    Technology

    Techtofind...


    Nov 7, 2015
    DXB APPS – Expert Mobile App Development Dubai Solutions

    Technology

    DXB APPS – Expert Mobile App D...


    Apr 12, 2026
    Good Apple iPhone 6S - 128GB Smartphone for Golden Sale at  Poorvikamobile.com

    Technology

    Good Apple iPhone 6S - 128GB S...


    May 7, 2016
    A Close Look At Digital Marketing In 2022

    Technology

    A Close Look At Digital Market...


    Jan 29, 2022
    What Is IMAP and POP?

    Technology

    What Is IMAP and POP?...


    Feb 22, 2022