HOWTO comments within ASP:Table

G

Guest

Is there a way to add comments on the HTML page within an ASP:Table? (ever
try and use "comments" as a search word <g>?)

tia,
Sue
 
G

Guest

Not sure but maybe when you create your cell you could add a new Literal and
stuff your comment in there.

TableCel tc = new TableCell();
tc.Controls.Add(new Literal("<!--my comment-->"));

HTH
 

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,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top