I have an ASP.NET TextBox and I want it to be ReadOnly. (The user modify it using another control)
TextBox
ReadOnly
But when there is a PostBack()
PostBack()
Get the value using Request.Form[txtDate.UniqueID]. You will get it !!
Request.Form[txtDate.UniqueID]