the selected inf of other combobox?How do you achieve it?
Answer Posted / pankil patel
We can use Events and Delegates for this purpose.
1) Create one Delegate with one Parameter and event for it.
From SelectedIndexChanged event of combobox, fire new event
and pass parameter (selected value in combobox)
2) Point Delegate to the function where you want to use
this selected value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does void mean unity?
What is difference between overloading and short circuiting?
Can we create extension method for interface?
How do you mark a method obsolete?
What’s thread.sleep() in threading ?
Which sorting algorithm is best?
Explain the top reason to use c# language?
What is definition in c#?
What is the use of constructor in c# with example?
How to use nullable types in .net?
What is global namespace in c#?
What is meant by unicode characters?
What is an object and a class?
What are circular references? How garbage collection deals with circular references.
Which is faster hashtable or dictionary?