Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello

can you help me about code to search global in datagriview

for exemple :
Hide Copy Code
Dim dv As DataView
dv = New DataView(ds.Tables(0), "Département = EMBOU ", "", DataViewRowState.CurrentRows)
DataGridView1.DataSource = dv

but that not correct

Posted
Updated 28-May-15 4:32am
v2
Comments
Richard Deeming 28-May-15 9:50am    

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900