Control ctl = this.GetControl(fieldKey);
FieldEditor editCtl = ctl as FieldEditor;
if (editCtl != null)
{
editCtl.MustInput = mustInput;
}
Control ctl = this.GetControl(fieldKey);
Control ctl = this.GetControl(fieldKey);
FieldEditor editCtl = ctl as FieldEditor;
if (editCtl != null)
{
editCtl.MustInput = mustInput;
}
Control ctl = this.GetControl(fieldKey);