Problems Validating with a DetailsView
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to Validate fields in a details view. But when I fire the save method, even if the fields are invalid the validation text/summary will not be displayed. It will only disaply if i cancel the save event in the
pre
update event. But I don't want to do this. Any ideas on using validation with aDetailsView
/GridView
cheers