hi
i have a problem in geting what controls i have on my webpage
the issue is that i need a function that counts and retrieves the webcontrols type and ID on my webform1.aspx
is that possible.
in
VB.NET windows application we have
dim i as integer
for i = 0 to me.controls.count - 1
console.writeline(controls(i))
next
is there any equivalent to this in ASP.NET webapplication?
Thank You
Georges M. Kaddoum