I want to call the Restlet service to push data on vendor server. How & where should we call the following in ASP.NET in C#: https://xx.xx.xxx.com/app/site/hosting/restlet.nl?script=78&deploy=4&MyData= MyData Format(JSON):- [ { "Name":"John", "DOB": "20/09/2013", "Age":"28" }, "Name":"Kies", "DOB": "20/08/2013", "Age":"23" }] Please Help me out...........