How to disable button
Now i am create windows based application using c#2010, sql server 2005, Form1 - it's user creation form (name, username, password, rights) here i am using rights combobox control only two list 1.user 2.admin.once create a user after that go to login page, enter user name & password & rights(user/admin) i am select user after goes to forms i am enter product stock form using user rights that time "Edit button" disable than again logout and goes to admin rights click same form i want edit button enable how to create. give me any one ideas.