3
Answers

How to Pass Values from textbox to this query

request.AddParameter("application/json", "{\"from\":\"ATLANTIS\", \"to\":\"97455662233\",\"text\":\"Test SMS.\"}", RestSharp.ParameterType.RequestBody);
 
Here i have given a default mobile no. i need to set it according to my textbox value 
Answers (3)