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 -
Mathematics - {math_grade}
Science - {science_grad}
...
and

< / Blockquote>

I need to get value from database, and {student_name} with with Joe Smith , {Math_grade} wth A or B + etc.

How can I do this?


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -