text box question, enable scroll bars, disable control

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

    text box question, enable scroll bars, disable control

    Hi just wondering if there is a way to enable the scroll bars but still have
    the text box disabled, using vs 2005, the .net web control.
    Thanks Paul.
    --
    Paul G
    Software engineer.
  • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

    #2
    RE: text box question, enable scroll bars, disable control

    make the textarea readonly

    -- bruce (sqlwork.com)


    "Paul" wrote:
    Hi just wondering if there is a way to enable the scroll bars but still have
    the text box disabled, using vs 2005, the .net web control.
    Thanks Paul.
    --
    Paul G
    Software engineer.

    Comment

    • George

      #3
      Re: text box question, enable scroll bars, disable control

      But keep in mind that readonly is not supported by Firefox (I believe)

      George.

      "bruce barker" <brucebarker@di scussions.micro soft.comwrote in message
      news:C46594C4-164E-4AAB-9EB7-FDA11607AF46@mi crosoft.com...
      make the textarea readonly
      >
      -- bruce (sqlwork.com)
      >
      >
      "Paul" wrote:
      >
      >Hi just wondering if there is a way to enable the scroll bars but still
      >have
      >the text box disabled, using vs 2005, the .net web control.
      >Thanks Paul.
      >--
      >Paul G
      >Software engineer.

      Comment

      • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

        #4
        Re: text box question, enable scroll bars, disable control

        readonly is supported by firefox and safari and is defined in the w3c standard.

        -- bruce (sqlwork.com)


        "George" wrote:
        But keep in mind that readonly is not supported by Firefox (I believe)
        >
        George.
        >
        "bruce barker" <brucebarker@di scussions.micro soft.comwrote in message
        news:C46594C4-164E-4AAB-9EB7-FDA11607AF46@mi crosoft.com...
        make the textarea readonly

        -- bruce (sqlwork.com)


        "Paul" wrote:
        Hi just wondering if there is a way to enable the scroll bars but still
        have
        the text box disabled, using vs 2005, the .net web control.
        Thanks Paul.
        --
        Paul G
        Software engineer.
        >
        >

        Comment

        Working...