System.Web.UI.WebControls.DropDownList.VerifyMultiSelect C# (CSharp) Method

VerifyMultiSelect() protected method

protected VerifyMultiSelect ( ) : void
return void
		protected internal override void VerifyMultiSelect ()
		{
			throw new HttpException ("DropDownList only may have a single selected item");
		}
#endif