Clipboard in asp.net
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
-
cst_cfit wrote:
can we use it in asp.net application?
In my point of view you can't, Because ASP.NET is server side scripting language. Whatever you are seeing on the page is the processed output of ASPX page. So you can't handle clipboard using ASP.NET.
Cheers Navaneeth!! www.w3hearts.com
-
But I think it can done by JavaScript. I didn’t check it. So try the javascript object “clipboardData”
Thomas