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
Explain the Different types of configuration files in .net?
What is for loop in c#?
What does == mean in c sharp?
What is the use of regex in c#?
What is polymorphism and its types in c#?
What are cookies in c#?
How do I move from one form to another in c#?
What are collections in c#?
What is wpf application in c#?
What is the difference between string keyword and system.string class?
What are access modifiers used for?
What is the main purpose of linq?
Why is lazy loading?
Explain about Error handling and how this is done
What are the concepts of dispose method?