Click here to Skip to main content
15,886,840 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i am adding table from databaseiew in datagrid view through tableadapters with the help of data grid view task... but whenever i am selectin a table it is giving same table for every table selection.... what can i do .... ???


like:
this.gI_sub2TableAdapter.Fill(this.bcountsDataSet7.GI_sub2);
Posted
Comments
Herman<T>.Instance 20-Aug-14 10:19am    
What is the exact problem?
Sergey Alexandrovich Kryukov 20-Aug-14 11:55am    
What is "datagrid view"? Full type name, please. You application type?
—SA
Thomas Nielsen - getCore 21-Aug-14 3:19am    
Sounds like you have some event lifecycle code which doesn't execute when you think it does and propably too often. If you want help from the community here, you'll have to post more code.
[no name] 10-Sep-14 0:42am    
please post your complete code...

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