All Questions
Tagged with webhttpbinding jquery
3 questions
0
votes
1
answer
56
views
Time Out issue in HTML5/jQuery application
I am developing an HTML5/jQuery application in .NET 4.0. The application is used to upload the excel files using WCF Rest services (webHttp). The uploaded files saved in SQL Server drop zone and then ...
1
vote
1
answer
1k
views
Best way to return JSON to JScript using json.net
I'm returning a JSON using WCF and webHttpBinding so that it can be used JQuery for some grids. Today, I'm querying the database, and getting a DataTable back and, using Linq, I fill a List<DTO> ...
1
vote
3
answers
255
views
What should we take care of when passing json to a WCF webHTTP service?
I'm running into a lot of troubles trying to do a post request from my jQuery code passing a JSON object to my webservice method.
I know this question might seem to be pointless, but I wanted to know ...