Using .NET Clipboard in ASP.NEt WebForms app
I need to copy data from webform to clipboard. But standard
System.Windows.Forms.Clipdoard doesn't work, and it's expectable. I've
found solution with JS, but it'll be better to use code-behind. How can I
do it? Thank you.
No comments:
Post a Comment