Hi,
I downloaded telerik control trial and I was playing with datagrid control.
I use WCF to get data from SQL databse is there is any way or other way to get day synchonise way rather than Asynchronize.
I am using following code to get data:
I downloaded telerik control trial and I was playing with datagrid control.
I use WCF to get data from SQL databse is there is any way or other way to get day synchonise way rather than Asynchronize.
I am using following code to get data:
ws.GetDataSetDataCompleted =
New EventHandler(Of MyDataService.GetDataSetDataCompletedEventArgs)(AddressOf ws_GetDataSetDataCompleted)
ws.GetDataSetDataAsync(sqlString, PageNumber, PageSize, userState)
Regards,
Dishant