Hi,
I have data in datatable like below
| Id | Name | Class |
| 101 | Adam | IV |
| 102 | Sara | V |
| 103 | Raj | X |
I want to pass id to sql select query without using foreach loop like
Select marks,attendance percentage, parents from students where studentid=id( Datatable rows)
Please share your ideas
Thanks,
Ankit KumarPosted Sep 5, 2017, 8:59 AM
Midhun TpPosted Aug 29, 2017, 5:21 AM
Nilesh ShahPosted Aug 28, 2017, 12:01 PM