Nice Trick..!!
Working great in Asp.net Web forms..:)
But same code is not working in MVC 4.
I have tried using Clipboard.GetDataObject() with Thread execution as per given trick, but got below error..
+++++++++
System.NullReferenceException: Object reference not set to an instance of an object. at thumb_MVC.Controllers.HomeController.CopyToClipboard() in
++++++++++
Is there any better approach than what I tried.
Any suggestion to me please.
Thanks in Advance.