4
Answers

Get Dynamic Data From DataTable

Vasu Gadhiya

Vasu Gadhiya

10y
1k
1
Hi I have String Like

string message = "Hi Your Payment |payment| is Due on Date |date| , So Make Payment as soon as possible.";
 
now,
text between | and | is refer Column Name of Datatable, and i want to put data from datatable in it.
 
how can i ? 
Answers (4)