dr1[0] = comboBox3.Text;
dr1[1] = obj.ReturnString("Select Itemcode from Item");
i want this code in C# can u please suggest
how to get value from database to particular column of datatable.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rafnas T PPosted May 12, 2019, 11:14 PM
dt.Rows[0][1] = obj.ReturnString("Select Itemcode from Item");
Rajanikant HawaldarPosted May 11, 2019, 5:06 AM