Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I created datagrid view and add dataset and data adapter then create query with "where statement" by quires builder
I tried to apply the following :
CustomersTableAdapter.FillByCity(NorthwindDataSet.Customers, cityValue)
but the result shown as following
CustomersTableAdapter.FillByCity(NorthwindDataSet.Customers) as integer
how can I comlete this goal by providing cityvalue
best regards
Posted
Comments
Aydin Homay 23-Jul-13 0:11am    
Please copy/paste you complete code at here

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