I have the following code, which adds rowspan to a datatable in an html string, but I want it not to receive as a parameter a datatable, but instead to receive as a parameter an html string in C#....protected void Page_Load(object sender, EventArgs e)
{
...