ASP.NET Controls Question
Next message: Raja: "Re: Kalani or the Microsoft Core Requirements Book?"
Date: Tue, 7 Sep 2004 17:01:03 -0700
Set a breakpoint in the Page load sub. Use the IDE to
explore the properties of the Page.Controls object.
>-----Original Message-----
>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 !
>.
>
Next message: Raja: "Re: Kalani or the Microsoft Core Requirements Book?"
Relevant Pages
- Re: ASP.NET and VERY buggy VS.NET 2003
... The IDE will slow down considerably when you load ... it up with huge numbers of controls but it ususally manages to cope. ... If I have to design a form which has as many controls on it as yours does, ... 60 dropdownlists with perhaps at most 5 ListItems to each ... (microsoft.public.dotnet.framework.aspnet) - Re: Check for Existing Else go to New
... called from the txtProductionDate, cboDept and cboShift ... controls' AfterUpdate events. ... Setting the breakpoint on: ... and only entering data into txtProductionDate and cboDept and leaving ... (microsoft.public.access.formscoding) - Re: IDE bugs
... 300 controls in 20 tab pages sounds like overkill - in fact, ... building that tab control at runtime with code instead of design time ... > last week everything was working fine until out of the blue the ide ... (microsoft.public.vsnet.ide) - Re: A good IDE??
... generated data entry wizards, tab controls, treeview builders, etc. ... I do not think that www.iabstudio.com has the IDE portion though - I ... > And there is another scroll area in the left frame that seems broken, ... > HTTP Status 500 ... (comp.lang.java.databases) - Re: A good IDE??
... generated data entry wizards, tab controls, treeview builders, etc. ... I do not think that www.iabstudio.com has the IDE portion though - I ... > And there is another scroll area in the left frame that seems broken, ... > HTTP Status 500 ... (comp.lang.java.gui) |
|