// DYNAMIC TABLE CREATION IN C# //
TableRow Tr_Name = new TableRow();
Tr_Name.ID = "Tr_Name";
TableCell Td_Name = new TableCell();
Tr_Name.Cells.Add(Td_Name );
Td_Name .Text = "Component_Place Here";
Tr_Name .Cells.Add(Td_Name );
TableName.Rows.Add(Tr_Name);
// DYNAMIC TABLE CREATION IN ASPX //
<asp:table id="TableName" runat="server" width="100%" border="1" colspan="4" style="background-color: #d0d8e8;" align="center"></asp:table>
Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging…
ReplyDeleteRegards,
Dot Net Training Institute in Chennai | Dot Net coaching Institute in Chennai | Dot Net Training in Chennai
Selenium Training in Chennai | Selenium Testing Training in Chennai | Selenium Training Institute in Chennai
Manual Testing Training in Chennai | Software Testing Training Institute in Chennai | Testing Courses in Chennai
Java Training Institute in Chennai | Core Java Training in Chennai | Java Course and Certification
PHP Course in Chennai | PHP Training in Chennai | PHP Training Institute in Chennai