|
#21
|
|||
|
|||
|
I'm still confused ... which to use
I looked at asmx webservices and still having trouble to get it to work. Does anyone have a working example with asp.net webservice with all operations implemented. What are the advantages of using JSON with aspx or REST .. ? |
|
#22
|
|||
|
|||
|
Hi everyone,
I've gone thru the Data Integration demo, wondering how SmartClient communicate with .NET and database server to perform the Fetch, Add, Update, and Remove operations. Can someone share/post the source code here. Thank you. Leon |
|
#23
|
|||
|
|||
|
Just implement an asp.net handler that processes the RESTDataSource requests and returns the required data format (either JSON or XML). Or hook up to existing WSDL web services.
|
|
#24
|
|||
|
|||
|
Hi,
I came across this post - I think some of the controls are amazing. The 3rd party controls I've used have all been server side, which has abstracted away the likes of JSON, REST, web services and the like. I'd love to implement things like the the advanced filter and pivotgrids against a SQL server backend using asp.net. Do you happen to have any samples that do something along those lines? Thanks! Mark |