I have set the attribute of a text box to this after an event
$("#txtTitleName").attr("disabled", "disabled");
After proceeding to next page if user comes back by pressing back button,this property disappears.
What is the solution to this,I am using MVC 5