How do I enable Copy / Paste support on a Web Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know I must be missing something easy,

But I have a webform, which has a bunch of ASP.NET Text box controls.

When a person tries to "Copy" the text out of one of the controls, they get
a pop up error saying "Disabled"

I have done my google search and found nothing, so I assume it is a bone
head error on my part.

Anyone know what I am missing ?
 
Hello Chris,

This is set into the browser property, security tab. Smth like "Allow copy
to clipboard"

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

C> I know I must be missing something easy,
C>
C> But I have a webform, which has a bunch of ASP.NET Text box controls.
C>
C> When a person tries to "Copy" the text out of one of the controls,
C> they get a pop up error saying "Disabled"
C>
C> I have done my google search and found nothing, so I assume it is a
C> bone head error on my part.
C>
C> Anyone know what I am missing ?
C>
 
Back
Top