is it possible ?

  • Thread starter Thread starter Delta
  • Start date Start date
D

Delta

Hi,

is it possible with dot.net (either Csharp or VB), design a table and
convert it to html code ?

i.e., something like drawing html tables and then editing cells

????
 
Delta said:
is it possible with dot.net (either Csharp or VB), design a table and
convert it to html code ?

i.e., something like drawing html tables and then editing cells

I haven't tested it, but maybe this is possible with the DHTML Edit control:

Right-click the toolbox -> "Add/Remove Elements..." ->
"COM Controls" -> "DHTML Edit Control for IE5".
 
Herfried K. Wagner said:
I haven't tested it, but maybe this is possible with the DHTML Edit
control:

Right-click the toolbox -> "Add/Remove Elements..." ->
"COM Controls" -> "DHTML Edit Control for IE5".

Thanks a lot Herfried, you right :)

I got a sample code of DHTML edit Control

best regards
 

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