This is a migrated thread and some comments may be shown as answers.

WCF with Silverlight 4

1 Answer 14 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dishant
Top achievements
Rank 1
Dishant asked on 18 Apr 2011, 05:10 AM
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:    

ws.GetDataSetDataCompleted =

 

New EventHandler(Of MyDataService.GetDataSetDataCompletedEventArgs)(AddressOf ws_GetDataSetDataCompleted)

 

 

ws.GetDataSetDataAsync(sqlString, PageNumber, PageSize, userState)


Regards,
Dishant

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 18 Apr 2011, 06:11 AM
Hi,

 We believe that your question is not related to any Telerik component. Please ask general questions on official Silverlight forums or stackoverflow. 

Kind regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Dishant
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or