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

What are the important concepts in OOPS

5 Answers   Fulcrum Logic,


what is the difference between convert.tostring() and tostring() functions ?

0 Answers   QuestPond,


What is strongly typed view?

0 Answers  


C# is case sensitive, what is mean by case sensitive

3 Answers  


Explain the different ways a method can be overloaded?

0 Answers  






Expalin the way you implement inheritance by using VB.NET/C#?

0 Answers   Siebel,


Does c# have its own class library?

0 Answers  


When a new instance of a type is created, what is the type of method implicitly called?

2 Answers  


When Doveloped C#

2 Answers  


Name the control which cannot be placed in mdi?

0 Answers  


Why do we use public static void main in c#?

0 Answers  


I want to single value if you give any integer value. Below are examples  1. Input: 123  Output: 6 2. Input: 99   9+9=18   1+8  Output: 9 How to get above output?

1 Answers   AxSys,


Categories