Hello there.
Is there a corresponding class to the winforms ClipBoard in asp.net webforms please?
I've been searching Google for some possible ideas but all solutions so far have been for WinForms.
In short I have a TextBox and a Button and I want the button_click to copy the textBox.Text to the clipboard.
Any ideas please?
Thank you.
M :)
Is there a corresponding class to the winforms ClipBoard in asp.net webforms please?
I've been searching Google for some possible ideas but all solutions so far have been for WinForms.
In short I have a TextBox and a Button and I want the button_click to copy the textBox.Text to the clipboard.
Any ideas please?
Thank you.
M :)
Comment