Hi:
You can modify the value in Inserting event handler
protected void DetailsView2_ItemInserting(object sender, DetailsViewInsertEventArgs e)
{
//e.Values["field_name"]
}
Regards
Sincerely,
Allen Chen
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.