System.Web.UI.Control.Control C# (CSharp) Method

Control() static private method

static private Control ( ) : System.Collections
return System.Collections
		static Control ()
		{
			defaultNameArray = new string [100];
			for (int i = 0; i < 100; i++)
				defaultNameArray [i] = String.Concat ("ctl", i.ToString ("D2"));
		}