| Article: |
ASP.NET Data Controls Part 3: DataList | |
| Subject: | The Update command inserts old values | |
| Date: | 2006-03-22 07:54:37 | |
| From: | boe | |
|
Response to: The Update command inserts old values
|
||
|
I just have the same problem and would like to know how to solve it??? Thanks in advance |
||
Showing messages 1 through 1 of 1.
-
The Update command inserts old values
2007-05-08 07:43:54 IrfanJanjua [View]



protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)//this is key sentence
{
// your code
}
}