ASP.NET textbox didn't refresh edited value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I'm doing an ASP.NET page which hav few textbox control and updating back to
SQL Server.

When i click the save button, it didn't update the changed value. It still
showing the old value.

If it is new record, then it is ok.

anyone encounter this before?

Thank.
 
are you loading the textboxes in the page_load always or do you check
Page.IsPostBack?
 
Back
Top