G
Gani tpt
Guest
I have data table and i have many rows in that data table.
due to some condition i want to make all the columns should blank except first column.
Example table
EmpNo Name Course Country
E101 SAI Physice USA
E102 RAM Chemistry Canada
E!03 SAM English Australia
E104 Ran Maths Canada
i am passing two parameters (EmpNo and Name is the unique file and passing to where condition) to do this process in data table using C#..?
Final Output (after passing two parameters (empNo(E103) and Name (Sam))
EmpNo Name Course Country
E101 SAI Physice USA
E102 RAM Chemistry Canada
E!03
E104 Ran Maths Canada
Continue reading...
due to some condition i want to make all the columns should blank except first column.
Example table
EmpNo Name Course Country
E101 SAI Physice USA
E102 RAM Chemistry Canada
E!03 SAM English Australia
E104 Ran Maths Canada
i am passing two parameters (EmpNo and Name is the unique file and passing to where condition) to do this process in data table using C#..?
Final Output (after passing two parameters (empNo(E103) and Name (Sam))
EmpNo Name Course Country
E101 SAI Physice USA
E102 RAM Chemistry Canada
E!03
E104 Ran Maths Canada
Continue reading...