Click here to Skip to main content
15,911,531 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

Suppose there are 4 columns in first table say, id, ename, ph, addr, email. I need to validate each cell of DGV against a regular expression and also when user loads second table which contians say orderid, product, quantity. This table should be validated when user changes cell data in DGV. i.e tables are loaded dynamically to DGV the corresponding DGV cells needs to be validated. The tables are loaded to DGV using combo box selection.

And assume there are 10 tables in a database and each have different column name and different number of columns. One table will be loaded at a particular time. How to validate the cells of all these tables. Please help.

I hope understand my problem.

Thank you
Posted
Updated 15-Oct-11 17:07pm
v3

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900