Erorr Handling in data grid??

  • Thread starter Thread starter perpolis
  • Start date Start date
Perpolis,

What kind of errors are you talking about? Exceptions, logic errors?
 
when i bind a dataset to a datagrid and user enter wrong info in datagrid
,the data grid show a message to
the user and wants him to correct it..but i want to override these erros and
show my message to the user.
..
 
when I bind a dataset to a datagrid and user enter wrong info in datagrid
,the data grid show a message to
the user and wants him to correct it..but I want to override these errors
and
show my message to the user. ?/?


Nicholas Paldino said:
Perpolis,

What kind of errors are you talking about? Exceptions, logic errors?

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

perpolis said:
hi
how can i handle dataset erros in the datagrid which is bound to a
datatable??
 
Back
Top