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
How can I get around scope problems in a try/catch?
What is a nullreferenceexception and how do I fix it?
What are the types of class in c#?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
What is ilasm.exe used for?
Explain what are the steps for creating clr trigger?
What is use of a HashTable in .NET?
What is an argument in c#?
Name some properties of thread class.
Can you inherit from a static class in c#?
What is the difference between add and addrange in c#?
What is value c#?
Does the system.exception class have any cool features?
Can int be null in c#?
Is a valid int value?