In asp file I have two asp:textbox
Remove the server side attribute - ReadOnly - from the TextBox and set the HTML attribute from the code. You will be able to access the value then in post back:
textValue2.Attributes.Add("readonly","readonly");