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
Give an example of removing an element from the queue?
Is java better than c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
What is the purpose of ienumerable in c#?
What is managed code?
What is the difference between ref and out parameters in c#?
What is the difference between mobile application and desktop application?
What is session variable in c#?
How can i Spawn a Thread
Explain about Oops concept
How big is an int in c#?
What is string [] args in c#?
What is namespace c#?
Why is it called c sharp?
How do I move from one form to another in c#?