I want to get updated values back from DetailsView
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi When I use DetailsView in VS2005 and set it in defultMode to insert and then when I need to get the new values so in the DetailsView_ItemUpdating event the following code alwayes give me null exception
String Field1Values; Field1Values = e.NewValues["xyz"].ToString();
Also I set set ConvertEmptyStringToNull="False" But still I get null exception !!! any one help me so I want to get updated values back from the DetailsView and then handle my updating manually. -- modified at 12:08 Friday 3rd November, 2006