sureshcd10 Posted May 6, 2004 Posted May 6, 2004 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 :( :( Quote ima
tate Posted May 6, 2004 Posted May 6, 2004 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.