Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello ,i want to add table controls at runtime /dynamically.and also set the position of table and add the label & textbox into table.
i create table but yet now i not successful to set the position of table.
Posted
Updated 11-Mar-11 17:52pm
v2
Comments
R. Giskard Reventlov 18-Feb-11 9:40am    
What have you already tried?

Steps:
1. Define a div/panel/placeholder, basically a container in your ASPX page from before.
2. Create a table at runtime, add labels/textboxes to the cells of table created at runtime
3. Add the table to the div/panel/placeholder defined in your ASPX from before.

Thus, dynamically, the table created at runtime would be added to the ASPX page at desired location with the needed content.

Try!
 
Share this answer
 
Write the following
Response.Write("");
Respose.write("");
Response.write("");
Respose.write("
");

Response.write("
");
 
Share this answer
 
Comments
Ankur\m/ 12-Mar-11 0:38am    
How do you think this answers the question? Please don't misguide.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900