How to assign css style to dynamic control,solution is here.
Here i am showing how can we display textual content in runtime created
table and also we can use css class for this runtime created table tr and td.
Steps:
1.Take a div in html page as given below
<div class="msg" id="divOut" runat="server">
2.Write below code...