private void SatFieldMustInput (string strKey,bool mustInput) { this.View.BillBusinessInfo.GetField(strKey).MustInput = Convert.ToInt32(mustInput); this.View.GetControl(strKey).SetCustomPropertyValue("mustInput", mustInput); }