asp.net - c# .Net Can I somehow format a DataSet to send as a repsonse from a website -
scenario: have c# windows desktop application request customers in database. validate on server , query database server returns either datatable or dataset. there way convert/encode datatable or dataset , send response? plan client application convert datatable or dataset , have way it!
can done?
you might want serializing dataset. (xml version: https://msdn.microsoft.com/en-us/library/58a18dwa%28v=vs.110%29.aspx). search here and/or msdn options, converting json.
Comments
Post a Comment