Regards, Murugavel S murugavel.sadagopan@gmail.com http://murugavelmsc.blogspot.in/
Mark as Answer if its helpful to you Kumaraspcode2009@gmail.com
List<string> values=new List<string>(); foreach (ListItem item in chkboxCandidateList.Items) if (item.Selected) values.Add(item.Text);
Login to post response