Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7775263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:35:09+00:00 2026-06-01T17:35:09+00:00

so the short of the code is this bool editable; pageload() { if (!ispostback)

  • 0

so the short of the code is this

bool editable;

pageload()
{
    if (!ispostback)
    {
        editable = false; 
        aspTextbox.enable = editable;
    }
}

buttonclick()       
{
    editable = true;
    aspTextbox.enable = editable;
}

But explicitly setting the editable variable to true or setting it in the even handler for the button click neither of them are enabling the box. Is there another property used for this. or am i just missing something.

Thanks for comments and help. If you need more information just let me know in comments.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T17:35:10+00:00Added an answer on June 1, 2026 at 5:35 pm

    You can do this way:

    Place the below code in your <head> tag.

    <script>
    function disableText()
    {
        document.getElementById("TextBox1").disabled=true;
    }
    function enableText()
    {
        document.getElementById("TextBox1").disabled=false;
    return false;
    }
    </script>
    

    EDIT:

    If you dont want to use javascript add a panel with textbox and enable/disable the panel.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In short: For this code: Encoding.ASCII.GetBytes(‚) I want the output to be 130, but
Short version: The following code doesn't compile: CComBSTR temp; CMenu().GetMenuString(0, temp, 0); but this
in this short code: class X { private: class Y { public: typedef void
I'm folowing this tutorial to create php/jquery based chat application. In short, this code
I know this sort of code is not best practice, but nevertheless in certain
This code below compiles fine with VS2010 but doesn't want to compile with gcc
I got this code to sort an unordered list with regards to their title
This code is supposed to be able to sort the items in self.array based
hello I have this code that use to sort a datatable. Dim sortingIndex As
This code correctly fetches data, and displays it; however, the sort is completely ignroed.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.