Sign in | Join
Last post 07-04-2008 1:54 AM by apalchaudhry. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
foreach (Control c in this.Controls) { if (c is TextBox) { Response.write(((TextBox)c).text); } }
Have a look at:
ASP.NET 2.0 Masterpages and FindControl
hth,
Regards