how do i write the xsl transform results?

S

suzy

if i have an xsl transform that results in a table being generated, how do i
display that table on my page at runtime?

currently i am having to dim a table control with a row and a cell, then
adding the result of the xsl transform to the cell.

but this means i end up with a table within a table, when all i want is just
1 table (from the xsl).

thanks.
 
S

Showjumper

Use an asp:literal control and add the results to the literal control's text
property.
 

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

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top