Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.Net Table control question.

Status
Not open for further replies.

Sidro

MIS
Sep 28, 2002
197
US
hi,
Ive got ASP.net to create a table with 2 rows and 1 colunm successfully programatically.
Consider the following html code below.

<table id="Table1" Runat="server">
<tr>
<td>Hello world 1</td>
<tr>
<td>Hello world 2</td>
</tr>
</tr>

Suppose I got Asp.net to generate the html code above already. Now how do I edit each row or column individually? For example,
I have a button. When press, it changes "Hello world 2" to "January" thats located on the second row of the table? Thanks in advance.
 
Sidro,

Please don't double-post. You have a thread that you created yesterday asking the same question. Please refer to thread855-982618

Thanks

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top