locked
Unable to Disable the asp Controls RRS feed

  • Question

  • User1948205123 posted

    Dear All,

     I have bunch of controls in my project for one of the aspx page.And I am disabling the controls on after saving the information,My code is working 100% fine in local system.But when I upload the files in ftp I find it no luck in making the controls disable.

    Can any one help me how can I overcome from this issue

    Friday, May 20, 2016 6:22 PM

Answers

  • User61956409 posted

    Hi siddiqali,

    Do you specify Control.Enabled property to disable the control? After deploy the project, do you get any error when you click the control?

    Best Regards,

    Fei Han

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, May 23, 2016 8:09 AM

All replies

  • User-1636183269 posted

    Please put try and catch and show the message in popup. It will show there is exception due to that disable control portion is not executing.

    Saturday, May 21, 2016 1:10 AM
  • User61956409 posted

    Hi siddiqali,

    Do you specify Control.Enabled property to disable the control? After deploy the project, do you get any error when you click the control?

    Best Regards,

    Fei Han

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, May 23, 2016 8:09 AM