3
Answers

How to Pass Values from textbox to this query

Photo of Khaleel Rahman

Khaleel Rahman

7y
960
1
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)