Exemplo n.º 1
0
 protected void SetGuidViewState(string fieldName, Guid value)
 {
     WebFormsHelper.SetGuidViewState(this.ViewState, fieldName, value);
 }