Jump to content
Xtreme .Net Talk

how can I programatically set the location in which my table is to be displayed on my


Recommended Posts

Posted

I addeded a Table to my web form using the following code

 

dim Tb as new Table

me.controls.add(tb)

 

now how can I programatically set the location in which my table is to be displayed on my webform

table.style= ? what is this how can I set its style dynamically

 

I am using ASP.NET and Vb.net

 

:( :(

ima
Posted
I'm just curious... why are you dynamically creating the table versus just coding it in html? So far I haven't ran into an application that I needed anything else than the standard html table.

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