validate Datagridview question

thomas008

Well-known member
Joined
Feb 17, 2009
Messages
54
Location
Belgium
Programming Experience
Beginner
Hey

I have a datatable bound to a datagridview, I also have some controls bound to the same datagridview. Now my controls will add data to the datagridview(and datatable) so this data can be update to a database. The values that will be put in to my datagridview will have to be check if they are the right type and so on. I have alreay written the code of validating i just can't seem to find the right event to place the code in. Can anyone help me?
 

Latest posts

Back
Top