In Which event I have to enable and diasble the buttons

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shek124
    New Member
    • Oct 2007
    • 50

    In Which event I have to enable and diasble the buttons

    Hai to everybody,

    I have maintained the user rights in my application. when the user logins the application, user right has maintained as session variable.
    according to session variable , i have to enable / disable the buttons in
    my page.. i have done at Page_Load Event. but its not worked successfully.. So in which event i call a function..

    Could u anybody help me plz?
    thanks in advance..
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Page_Load Event is usually good for handling this situation. Do you have a problem with postback?

    Comment

    Working...