G.Varun
foreach (Control cnt in this.Page.Controls) { if (cnt is TextBox) { } }
Thanks, Arefin
uday
Login to post response