Blog Directory logo  Blog Directory
  •  Login
  • Register
  • Submit a Blog in Featured for only $10 with PaypalFeatured BlogsBlog Listing
    Member - { Blog Details }

    hero 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: 253

    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 }
    © 2025, Blog Directory
     | 
    Google Pagerank: 
    PRchecker.info
     | 
    Support
               Submit a Blog
               Submit a Blog
    Spot the Fake News by WhatsApp Spy App

    Technology

    Spot the Fake News by WhatsApp...


    May 12, 2023
    Flight Booking Engine Development

    Technology

    Flight Booking Engine Developm...


    Jan 23, 2025
    Factors to be considered when migrating to Hybrid cloud

    Technology

    Factors to be considered when ...


    Feb 17, 2015
    10 Types of Healthcare Software in the Highest Demand Right Now

    Technology

    10 Types of Healthcare Softwar...


    Aug 24, 2023
    7 Useful Tips to Draft Facebook Updates for Local Business

    Technology

    7 Useful Tips to Draft Faceboo...


    Jan 7, 2016
    Yik Yak Social Media App Can Reveal User Data to Police

    Technology

    Yik Yak Social Media App Can R...


    Nov 14, 2015