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 / 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 |
Post New Answer View All Answers
What is the use of expression tree in c#?
What is 8 bit signed integer?
Define delegate in c#?
Can u list some style properties of List Box?
How long will it take to learn c#?
What is ilist c#?
What is public, private, protected, internal and internal protected?
What is a framework in c#?
What is the advantage of static class in c#?
What is difference between private and protected in c#?
What is mvc pattern in c#?
What is the difference between abstraction and encapsulation in c#?
When a Static Constructor is called in a Class?
What is the difference between IEnumerator and IEnumerable?
Is string a class in c#?