Datagrid not recognizing MyApplication_UnhandledException

umauppala

New member
Joined
Feb 10, 2008
Messages
1
Programming Experience
3-5
Hi

im using a datagrid and entered an invalid date and i expect that the myapplication_unhandled exception to be invoked

but it doesnt and gives me system default exception. pls tell me what to do

uma
 
you need to handle the DataError event.
 
UnhandledException event is only used when not debugging.
 
Back
Top