System.Web.DynamicData.DynamicDataExtensions.EnablePersistedSelection C# (CSharp) Method

EnablePersistedSelection() private method

private EnablePersistedSelection ( this dataBoundControl ) : void
dataBoundControl this
return void
		public static void EnablePersistedSelection (this BaseDataBoundControl dataBoundControl)
		{
			throw new NotImplementedException ();
		}