I have Problem here in DataGridView1_CellValidating. Everytime I fire the search button and the data place in designated rows it pop ups my messagebox three times. why i use a cell validating in that datagridview because I use it for inserting my data to the database, and I want to use that datagridview also to display datas everytime I Search. Is it possible to disable temporarily the datagridview_cellvalidating when I fire Search Button? then enable again so that I could use it again for the user's input. Here is my Codes in DataGridView1_CellValidating:I have Problem here in DataGridView1_CellValida