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 class is underneath the sortedlist class?
What is data adapter in c#?
Which of the following API is used to hide a window?
Can extension methods access private members?
What is the file extension for c#?
Is there an equivalent to the instanceof operator in visual j++?
What does typeof return c#?
Do we get an error while executing the “finally” block in c#?
Explain the three test cases in unit testing?
Can you inherit multiple classes in c#?
What is a multicast c# delegate?
What is the purpose of reserved word using in c#?
What is method overriding in c#
What is the difference between abstract class and interface in c#?
Which are the access modifiers available in c#?