Hi..
I have a problem..
I send a DataSet throw the network, in reality now only on my PC,
by Async Sockets..I get DataSet in right format, but when I want write
dataGrid1.DataSource = ds; // ds - DataSet which I got
or
dataGrid1.DataMember = ds.Tables[0].TableName;
dataGrid1.DataSource = ds
or
dataGrid1.DataSource = ds.Tables[0];
in all cases my programm dead, it just stops and doesn't respond to any event...
May someone help me in this problem ??
I realy don't understang why it does like this...
I have a problem..
I send a DataSet throw the network, in reality now only on my PC,
by Async Sockets..I get DataSet in right format, but when I want write
dataGrid1.DataSource = ds; // ds - DataSet which I got
or
dataGrid1.DataMember = ds.Tables[0].TableName;
dataGrid1.DataSource = ds
or
dataGrid1.DataSource = ds.Tables[0];
in all cases my programm dead, it just stops and doesn't respond to any event...
May someone help me in this problem ??
I realy don't understang why it does like this...