Hi Imar, yes I agree with your post. It looks like I am misunderstanding what the events are capable of or how they work. I thought after reading pages 469 to 472 that the method below by itself was capable of updating the 'Your_Age' column. Can you enlighten me,
Regards
Mark
Code:
protected void DetailsView1_ItemInserting(object sender, DetailsViewInsertEventArgs e)
{
e.Values["Your_Age"] = 22;
}