the selected inf of other combobox?How do you achieve it?
Answer / 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 |
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Is python easier than c#?
Define using statement in c#?
What is the difference between readkey and readline in c#?
What is an example of delegation?
Is 0 an unsigned integer?
What is boxing and unboxing in c#?
What is the difference between firstordefault and singleordefault?
Why objects are stored in heap in c#?
What is string programming language?
What is jit? What are the different types of jit?
What floating point types is supported in C#?