I am new to C#.net.I want a simple solution for my problem.
I have a datatable with three fields used as a PRIMARY KEY**(ITEM_CODE,WAREHOUSE_CODE,LOTNO)**.
I want to get the row index of the row that I ‘m trying to match with this PRIMARY KEY from my datatable.
How can I do this?
Thanks a lot for your help and interest…
I am new to C#.net.I want a simple solution for my problem. I have
Share
I solved my problem with this code,
Thank you for all of your interest and answers.