c# Button Property !!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newkhan
    New Member
    • Oct 2007
    • 35

    c# Button Property !!!

    Hi,

    In my currently task I have made a login and password field in the form when user enters this information and click OK then if the user name and passowrd is correct then the Proceede Button of the another Form should be enabled and I have do this usin a function
    this.button1.En abled=true;
    but this statement doesn't work. Kindly tell me after this statement is there any other statement like repaint required as we do in java.

    Thanks.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Is the other form loaded ?

    Comment

    Working...