I need to span some column and rows in a TableViewer. The image bellow pretty much speaks for itself.
I am using a tableLayoutPanel which consist of two rows. In first row I want two columns, and in second row I on开发者_如何学JAVAly need one column. How can I do this?With the designer: put a control
I have this prob开发者_如何学Clem where after a field (say Field3 in table MyTable) is updated on the database, MyTable.Field3 (in C#) is still returning the old value.