Hi
In below code i dont want to pass hardcode value but Textbox value
var body = @"{" + "\n" +
@" ""awb"" : ""59617520664""" + "\n" +
@"}";
Thanks
Hi
In below code i dont want to pass hardcode value but Textbox value
var body = @"{" + "\n" +
@" ""awb"" : ""59617520664""" + "\n" +
@"}";
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Dec 26, 2022, 3:36 AM
Hi Ramco,
Your string format is not proper, you have added extra " in your string, Please do below changes,
Amit MohantyPosted Dec 26, 2022, 4:36 AM
Try this.
Ramco RamcoPosted Dec 25, 2022, 2:07 PM
Hi
I have written below code but it is giving error - unexpected character \
Thanks
Jignesh KumarPosted Dec 25, 2022, 8:54 AM
Hello Ramco,
Please replace your hardcoded values with textbox,
Sachin SinghPosted Dec 24, 2022, 5:55 PM
test this