I am using asp.net MVC3 . i have a button in my application and i want to hide to my textbox on button click. Problem is it hides on button click but when you do inspect element it shows the textbox element with property disabled . and if user change the property i will be enabled again.I am using asp.net MVC3 . i have a button in my