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.

Answers were Sorted based on User's Feedback



For a combobox and a listbox same datatable given as a datasource. Now problem is that whenever foc..

Answer / 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

For a combobox and a listbox same datatable given as a datasource. Now problem is that whenever foc..

Answer / 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

More C Sharp Interview Questions

Why would you use untrusted verification?

0 Answers  


What is asenumerable in c#?

0 Answers  


What are the 2 broad classifications of fields in c#?

0 Answers  


Whats an assembly? Describe the importance of assembly?

0 Answers   Siebel,


What does question mark mean in c#?

0 Answers  






Can u create multiple threads of execution ?

1 Answers   IBM, ITC Infotech, UHU,


Which is faster array or arraylist in c#?

0 Answers  


Why use “using” in c#?

0 Answers  


What is use of hashtable in c#?

0 Answers  


What is thread life cycle in c#?

0 Answers  


Is as keyword in c#?

0 Answers  


What is Implicit conversion in C#?

0 Answers  


Categories