How do I achieve add to clipboard functionality in asp.net web site, if I have to copy text in textbox or label. Please help
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to implement this with JavaScript, as copying to the user’s clipboard has to be done on the client machine and not on the server. See this post:
How do I copy to the clipboard in JavaScript?