Hi,
Im trying to extract data from sql server where conditions are multiple and variying
I have a datagridview with 2 columns ID and Name
I need to create Select Query to extract data where condition is 'ID should be equal to the value or values in Datagridview ID Column.
im using sql server 2008 r2
vb.net 2010
Please help
Thank you