vb.net - Replace characters in string with values -
I have a string, which is the paragraph written on the aspx side, it comes like this:
The new student, {student_name} has the following grades -
< / Blockquote>
Mathematics - {math_grade}
Science - {science_grad}
...
andI need to get value from database, and
{student_name}
withwith Joe Smith
,{Math_grade}
wthA
orB +
etc.How can I do this?
Comments
Post a Comment