Posted on: 8/3/2014 7:32:03 AM | Views : 392

hi
i useing datalist which having the image and check box in the datalist ,i fetch the all image which i checked from the data list
(i e checkbox is true that correspond image)  below is that code
    foreach (DataListItem li in dlImages.Items)             {                                 CheckBox ck = (CheckBox)li.FindControl("chksel");                                 if (ck.Checked == true)                 {            &nbs ...

Go to the complete details ...