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.
Answer Posted / 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 |
Post New Answer View All Answers
How do you create empty strings in c#?
What is uint64_t?
How can encapsulation be achieved?
What is thread in c#?
What is cookies in c# asp net?
What is jagged array in c#?
What are the Types of configuration files and their differences
What you mean by delegate in c#?
What is constructor overloading in c#?
How do you create dlls in .NET
What is sorted list in c#?
What is a private class in c#?
What is private in c#?
What is a property in c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?