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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Q2hyaXM=?=

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

    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 ?
  • Michael Nemtsev

    #2
    Re: How do I enable Copy / Paste support on a Web Form

    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

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


    Comment

    Working...