"Cntrl+C" "Cntrl+V" does not work in Text Box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phpfreak2007
    New Member
    • Sep 2007
    • 31

    "Cntrl+C" "Cntrl+V" does not work in Text Box

    Hello all,
    I am Using textboxes inside Panel Control.. But it does allow me to Copy data using Cntl+c and not even allow Paste using Cntrl+V.. Rather i can Copy paste using popup menu displayed by right clicking on the textbox. Does any property is remaining to set...
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Try setting the textbox readonly property to false. HTH.

    Comment

    • phpfreak2007
      New Member
      • Sep 2007
      • 31

      #3
      Originally posted by kenobewan
      Try setting the textbox readonly property to false. HTH.
      ReadOnly Property is already false.I also check Lock Property.. and it allow me to add text but not only allow cntrl+C cntrl +V.

      Comment

      Working...