Khaleel Rahman

Khaleel Rahman

  • NA
  • 50
  • 1.6k

How to Pass Values from textbox to this query

Oct 11 2017 2:52 AM
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)