sql - Filtering Datagridview using a column in dataview using VB.Net 2010 -


i writing windows form application using visual studio 2010. since i'm new visual basic, i'm trying filter datagridview column using multi values filteted gridview column.

in fact i'm trying represent many_to_many relation have 2 main tables (student , subject), , third conjunction table(stu_subj).

is there easy way represent many_to_many relation in windows form?

or maybe sql query:

select * table [column_name] in ('a','b','c') 

but a, b ,c. here values of filtered column in gridview!

tried many solutions no hope! can me doing such task?


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

php - Webix Data Loading from Laravel Link -