Coding mistakes

Monday, May 30, 2005

The size of a collection in .NET

While trying to display the # of controls on the page, I tried
Controls.size() (C++), Controls.length (java), but in .NET, it's Controls.Count().

0 Comments:

Post a Comment

<< Home