Hi Masters,
Please help me out actually i want to create dynamic controls at run time
and want to place them inside the table
Code which i have written for testing purpose is as under:
for (int j = 0; j < 10; j++)
{
TableRow row1 = new TableRow();
TableCell cell1 = new TableCell();
HyperLink...