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 global asax in c#?
How do I run managed code in a process?
How do I edit a dll file?
What is a string in c#?
How many bytes is a char c#?
What is the difference between arraylist and list in c#?
Is 0 an unsigned integer?
What is parallel programming in c#?
What are delegates in C#?
What is before string in c#?
What are c# types?
Why do we use lambda expression in c#?
Explain the difference between const and static read-only?
Explain About Iunknown interface Queue
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?