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
Can a string be null c#?
When To use HashTable In C#
What do you mean by saying a "struct is a value type"?
what are pointer types in c#
Explain namespaces in c#.
What is the difference between int and int in c#?
What are the Types of JIT and what is econo-JIT
Explain the difference between Metadata and Manifest
Does c# support const methods, properties, or events?
What's your approach to fetch static data in your windows form application?
What does mean before a string in c#?
What are desktop applications examples?
Why generics are used?
What is private and shared assembly?
Contrast between an interface and abstract class?