How to get checked items from dynamically created checkbox item in a checkgroup using codebehind

  1. #1

    How to get checked items from dynamically created checkbox item in a checkgroup using codebehind

    I Was able to generate checkboxes and add them to a group using
    foreach(var items in db.Teams.ToList()){
    this.chkgroupTeams.items.add(new checkbox{BoxLabel=item.Name,Value=item.teamid);
    
    }
    i want to get the checked items when i click a button

    Thanks
    Last edited by Daniil; Dec 18, 2014 at 6:18 AM. Reason: Please use [CODE] tags
  2. #2
    Hello!

    Please, read this post: http://forums.ext.net/showthread.php...l=1#post117869

    The logic should be the same to your case.

Similar Threads

  1. [CLOSED] Get Checked items of checkbox group
    By mohan.bizbites in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 21, 2013, 5:02 PM
  2. [CLOSED] Multicombo created dynamically not showing selected items
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 10, 2013, 11:38 AM
  3. Replies: 3
    Last Post: May 29, 2013, 3:49 AM
  4. Replies: 1
    Last Post: Feb 06, 2013, 5:39 PM
  5. Replies: 1
    Last Post: Jul 09, 2010, 11:57 AM

Posting Permissions