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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top