A
Armoghan Asif
I want to create a search usecase on Client which will bring large data from
webservice to the client.
I am returning DataSet from the web service.
What I want that Data Should come to the Client and start populating in the
grid. Meanwhile if the user wants to Press cancel. He should cancel the
search.
In normal cases, all the DataSet is populated and is send to the client.
Once the dataset reaches the client. Client shows it in DataGrid in one go.
But i want the data to be streamed. The purpose is that client should not
wait and start receiving the data and could press cancel at any moment.
Regards
Armoghan
webservice to the client.
I am returning DataSet from the web service.
What I want that Data Should come to the Client and start populating in the
grid. Meanwhile if the user wants to Press cancel. He should cancel the
search.
In normal cases, all the DataSet is populated and is send to the client.
Once the dataset reaches the client. Client shows it in DataGrid in one go.
But i want the data to be streamed. The purpose is that client should not
wait and start receiving the data and could press cancel at any moment.
Regards
Armoghan