For a combobox and a listbox same datatable given as a
datasource. Now problem is that whenever focus of listbox
changes selected value of combobox also get change or vice
versa. what to be done to avoid this. According to
requirement we cannot make different datasouce.
Answers were Sorted based on User's Feedback
Answer / upender kumar
There is no need to copy data into another data table.Just assign datatable as datasource to combobox and datatable.defaultview to listbox or vice versa.
Is This Answer Correct ? | 12 Yes | 3 No |
Answer / darshanyadav
we can copy that table into another table and use itas same
database.so no database will change and we can use that
table data.
Is This Answer Correct ? | 2 Yes | 5 No |
What is gui in c#?
What is .net c#?
What is the purpose of c#?
What is ispostback c#?
Is type nullable c#?
How long does it take to learn c# for unity?
Is string reference type / value type ?
7 Answers 3i Infotech, Accenture, BirlaSoft,
What?s the difference between <c> and <code> XML documentation tag?
Can I call a virtual method from a constructor/destructor?
without modifying source code if we compile again, will it be generated MSIL again?
Is functional interface runnable?
What is concrete class in c#?