| Article: |
ASP.NET Data Controls Part 3: DataList | |
| Subject: | The Update command inserts old values | |
| Date: | 2004-08-09 22:18:01 | |
| From: | shaziya | |
| Everything works fine except that the Update command doesn't update new values.The text of the textboxes still have the old values. | ||
Showing messages 1 through 7 of 7.
-
The Update command inserts old values
2006-04-05 04:18:18 Djuka [View]
My Update command in DataList asp.net control always returned old values
-
The Update command inserts old values
2005-12-02 06:26:52 Sanjeev.02 [View]
Please, solve the problem of updation in datagrid and datalist in both the grids it's taking old value.
-
The Update command inserts old values
2007-03-19 04:24:19 seema11 [View]
-
The Update command inserts old values
2004-11-27 11:50:00 ike18741 [View]
Hi! I have the exact problem...the update command does not update the edited values. Did you find a solution to this? Thanks. -
The Update command inserts old values
2006-03-22 07:54:37 boe [View]
I just have the same problem and would like to know how to solve it???
Thanks in advance -
The Update command inserts old values
2007-05-08 07:43:54 IrfanJanjua [View]
If you are working with asp.net then
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)//this is key sentence
{
// your code
}
}


