Hey,

Can you show the ASPX markup for the page that you are using?

You would either have to set the TextBox AutoPostBack property to true, so that the page post backs each time the text changes, or you would need to provide a Button which the user could push once they have finished editing the textbox, to then post back the page to the server, thus rebinding the controls on the page.

Gary