Hello everyone,
Is it to possible to validate cells of datagridview using regular expression? Also i am loading datagridview using combo box i.e table names are provided in the combo box depending on the selection corresponding tables data will be loaded on to the grid view. And all the tables do not have same number columns. How to validate this. Please help me.
More clearly there will be multiple tables and cell validation shld happen dynamically based on the selected table. And also is it possible to validate all columns of a table against regular expression
Thank you