get HTML code of table created dynamically

  • Thread starter Thread starter Ros_Au
  • Start date Start date
R

Ros_Au

I create a table dynamically using VB, How do I get HTML code for
that table into a string variable ??? any sugestion, Thanks!!!
 
I'm not quite sure what it is you are trying to achieve here.
If you have already created the table dynamically, where have you put
it?
Please provide some code that shows what you are doing currently so
that we can see some context.

Thankyou,
SN
 
I am new using web and what I do is create a table object set all
values in there and add that table to the doc.controls so I can show my
table on the page, and that is working good but now I need to email
this table using a buttom !!
 
Ros

Than do as Steven wrote.

Cor

Ros_Au said:
I am new using web and what I do is create a table object set all
values in there and add that table to the doc.controls so I can show my
table on the page, and that is working good but now I need to email
this table using a buttom !!
 
Yes, I need to catch HTML code of this teble into a string variable so
a can mail it but this is my point, How to get this HTML ???
 
Show your code where you put the values into your table
Or are you doing everything in design mode?
 
Back
Top