Hi! ive got two dataGridViews with two columns each and i have a (csv file) with products and prices that i import to gridView1.
string[] lines = File.ReadAllLines("Products.csv");
foreach (string line in lines)
{
string[] words =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.