Thanks and Regards V.SaratChand Show difficulties that how difficult you are
foreach (Control ctrl in formname.Controls) { string _a = ctrl is Label ? _listLabel.Add(ctrl.Name) : ctrl.Name.ToString(); }
Login to post response