protected void SetGuidViewState(string fieldName, Guid value) { WebFormsHelper.SetGuidViewState(this.ViewState, fieldName, value); }