Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...