I have a textbox on my website:
On page l
You need to get the information from the request rather than using the property like that:
var theValue = this.Context.Request[this.myTextBox.ClientID];