Preparation of HTML*Use CSS to separate the styling from the markup.
*Put logically parts together
*Remove blank and duplicated lines
Select optionsSelect C# or VB.Net output
Using codeInsert the required data.
Modify an element such as '<td> </td>' to be:
'<td runat="server" id="TddWelcome" align="center">Welcome</td>'
Assign the string output to the InnerHtml of the element by:
this.TddWelcome.InnerHtml = work.ToString();
Code ExamplesThere is an example in the Default.aspx page fo the VBDEMO project within
https://commondata.codeplex.com/