codecorner.galanter.net
Postback disabled/readonly Textbox that was modified in JavaScript
Let’s say in your ASP.NET application you set a TextBox control’s property ReadOnly to True (or Enabled to False) to prevent user from entering data directly. But you still want to upda…