Sets the value of a row and column in a DataWindow control to the specified value.
Web DataWindow server component
short dwcontrol.SetItemString ( long row, string column, string value )
short dwcontrol.SetItemStringByColNum ( long row, short column, string value )
Returns 1 if it succeeds and -1 if an error occurs. If any argument’s value is NULL, the method returns NULL.