Hi,
I have a content in body like {test} to be replaced by table
body=body.replace("{test}",Tabledata)
for the second time I used to update same Tabledata with different values
can you tell me how to replace it again.
Thanks
Hi,
I have a content in body like {test} to be replaced by table
body=body.replace("{test}",Tabledata)
for the second time I used to update same Tabledata with different values
can you tell me how to replace it again.
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.
Uttam KumarPosted Nov 30, 2022, 4:17 PM
I would suggest you keep the body content template handy (input hidden field) which can be used and replaced when you get the updated table values.
Abhishek YadavPosted Dec 2, 2022, 3:57 AM
use sessions or hiddenfields