ASP.NET Controls Question

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Niranjan (ninjas_2000_at_yahoo.com)
Date: 09/07/04


Date: 7 Sep 2004 12:50:02 -0700

Hello All,

I created a new ASP.NET web application and printed out the number of
controls in the page

Response.Write(this.Page.Controls.Count.ToString());

It shows a count of 3 even though I did not add any controls to the
page. Could anyone explain why ?

Thanks !