asp .net textbox

TarikC1937

New Member
Hi, <BR>I am using a textbox server control to update information on a SQL server. When the page loads, I populate the textbox with data from the SQL database by setting the .text property of the control to something. When the user presses "update", it calls a method to update information, but no matter what text the user changes, the values of the .text property do not change from those loaded on the page load method. Can anyone help?Show your code.<BR><BR>Without seeing anything...I can only guess that you've forgotten to check for IsPostBack.yes, that was it, thanks very much!&nbsp;<BR>
 
Back
Top