M
mr.ali S. via .NET 247
Hi all,
How to iterate through all of the controls on the Web Form using VB?
When I just use the following line, it always gives me 3!!! but I don't have 3 controls!!!!
Response.Write(" count:" & Controls.Count)
How to iterate through all of the controls on the Web Form using VB?
When I just use the following line, it always gives me 3!!! but I don't have 3 controls!!!!
Response.Write(" count:" & Controls.Count)