I have an HTML table in asp.net with placeholder tags, like #value1# and #value2#. The tags are currently the text in the <td> element.
In C# I would like to replace these text with values that I calculate from code. What is the best method to replace the HTML tags from C#?