Hello
I'm trying to use the clipboard class in my asp.net project.
But all documentation I have found on the subject requires the use of the system.windows.forms class.
From a sql-query I generate a ;-separated text that I display in a textbox. I want to have a button "copy" that copies the content of the textbox into the clipboard so that the user can past it in a document, like notepad.
Is this possible?
Thanks
Anders
