Building html dynamicly out of VB.Net

  • Thread starter Thread starter RTT
  • Start date Start date
R

RTT

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
 
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...
 

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

Back
Top