copying a table in a clipboard

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

Can you please give me a sample code on how to copy a Table into a clipboard
using vb.net

Thank you
 
An HTML table or a database table? And the clipboard on the server or the
client?
 
Vb.net is on the server. Clipboard is on the client. On client side you have
javascript. IE does support some limited way of setting clipboard data from
javascript but it is unlikely that you will find it useful for a table.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
 

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