ASP.Net tabel nested in another ASP.Net table

G

Guest

Ok, hopefully I have a simple question that someone can assist me with. I
have a native ASP page I’m converting to ASP.Net and have a table nested
inside anther table like below


<table border="1" width="780" align="center" >
<tr>
<td align="center">Test</td>
</tr>
<tr>
<td>
<table border="1" width="90%" align="center">
<tr>
<td align="center">Test
</td>
</tr>
</table>
</td>
</tr>
</table>

Notice that there is a table within the table.


Thanks for the help,
Jim
 
G

Guest

I figured it out please ignor.
It is done the same only with asp: in tthe front <asp:tagname></asp:tagname>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top