Home All Groups Group Topic Archive Search About

get HTML code of table created dynamically

Author
5 Oct 2006 7:55 PM
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!!!

Author
5 Oct 2006 10:50 PM
Steven Nagy
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
Author
6 Oct 2006 3:38 AM
Ros_Au
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 !!

Steven Nagy wrote:
Show quoteHide quote
> 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
Author
6 Oct 2006 4:10 AM
Cor Ligthert [MVP]
Ros

Than do as Steven wrote.

Cor

Show quoteHide quote
"Ros_Au" <aure***@hotmail.com> schreef in bericht
news:1160105935.853014.37050@i42g2000cwa.googlegroups.com...
>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 !!
>
> Steven Nagy wrote:
>> 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
>
Author
6 Oct 2006 3:45 AM
Cor Ligthert [MVP]
Ros,

HTML code can only be in a string,

Cor

Show quoteHide quote
"Ros_Au" <aure***@hotmail.com> schreef in bericht
news:1160078132.117164.130500@k70g2000cwa.googlegroups.com...
>  I create a table dynamically using VB, How do I get HTML code for
> that table into a string variable ??? any sugestion, Thanks!!!
>
Author
6 Oct 2006 4:20 AM
Ros_Au
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 ???
Cor Ligthert [MVP] wrote:
Show quoteHide quote
> Ros,
>
> HTML code can only be in a string,
>
> Cor
>
> "Ros_Au" <aure***@hotmail.com> schreef in bericht
> news:1160078132.117164.130500@k70g2000cwa.googlegroups.com...
> >  I create a table dynamically using VB, How do I get HTML code for
> > that table into a string variable ??? any sugestion, Thanks!!!
> >
Author
6 Oct 2006 5:46 AM
Steven Nagy
Show your code where you put the values into your table
Or are you doing everything in design mode?