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 is an Interface in C#?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What Is The Smallest Unit Of Execution In .net?
What is the boxing and unboxing in c#?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What is a thread? What is multithreading?
What is a delegate in c#?
What namespace is list in c#?
Does hashset allow duplicates c#?
Can private virtual methods be overridden in c#.net?
What is a derived class in c#?
Define c# delegate?
Explain the advantage of using system.text.stringbuilder over system.string?
Can you describe iuknown interface in short?
What is difference between internal and protected internal in c#?