Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: ddayx10Posted on 2009-05-20 at 18:40:13ID: 24437606
Hello,
What you are asking for is not too difficult to help you with, but it is a little ambiguous.Whatever example I make is likely to miss the mark you would like or be too generic to help you.
1) You want the table to be made in code behind with the textboxes and added to a container on the page?
2) Where do you want the textboxes? One in each table cell? One per row? How many rows/columns of data in table? Is there other data that needs placed into the table?
I will post a simple example and maybe that will help? The HTML output of the sample is simply this:
<table>
<tr>
<td><input name="txtbox1" type="text" value="Some Text" id="txtbox1" /></td>
</tr>
</table>
dday
Select allOpen in new window