Connecting Tech Pros Worldwide Forums | Help | Site Map

Building html dynamicly out of VB.Net

RTT
Guest
 
Posts: n/a
#1: Nov 21 '05
I have to build a form that is very variable. So i would like to write the
HTML for the table out of the VB code. How can this be done?

It's like the way i do it in php, there i can easily check certain things
and write out a part of a table depending on the checks i made in php...

for example for vb

dim i as boolean = true
if i then
'here i should find a way to write the html needed so it can be
displayed on the site.

end if


all idea's are welcome..

thxs



Girish Patil \(Gnostice\)
Guest
 
Posts: n/a
#2: Nov 21 '05

re: Building html dynamicly out of VB.Net


Hi there,

You may want to have a look at what eDocEngine ActiveX/.NET can do. eDocEngine
provides a rich API for programmatically creating over 15 different formats of
electronic documents, including HTML, XHTML, PDF, RTF, Excel and much more.

Please have a look and feel free to email us if you have questions.

(Sorry to be cross posting. I've now set the Followup-To to vb.3rdparty.)

--
Girish Patil
Gnostice Information Technologies www.gnostice.com
---------------------------------------------------------------------
Gnostice eDocEngine (http://www.gnostice.com/edoc_engine_x.asp) -
Electronic document creation, PDF eForms creation...

Gnostice PDFtoolkit (http://www.gnostice.com/pdftoolkit_x.asp) -
View, Print, Convert, Modify, Enhance PDF docs, process PDF eForms...
---------------------------------------------------------------------

"RTT" <RTT@pandora.be> wrote in message
news:enk%23xB6KFHA.3832@TK2MSFTNGP12.phx.gbl...[color=blue]
>I have to build a form that is very variable. So i would like to write the
> HTML for the table out of the VB code. How can this be done?
>
> It's like the way i do it in php, there i can easily check certain things
> and write out a part of a table depending on the checks i made in php...
>
> for example for vb
>
> dim i as boolean = true
> if i then
> 'here i should find a way to write the html needed so it can be
> displayed on the site.
>
> end if
>
>
> all idea's are welcome..
>
> thxs
>
>[/color]



Closed Thread