I have a ReadOnly TextBox in an update panel along with several.

I am loading some value using Ajax & Webservice to the TextBox so that it will be displayed to the user and not for changeing it .

On Click of save button i am storing all the TextBox values along with this readonly textbox
to database but the value is blank while reading in .VB page.

What could be the problem , any HELP please