What is the difference between delegates and events in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is default constructor in c#?

0 Answers  


What is the difference between finally and finalize block?

0 Answers  


What is string [] args in c#?

0 Answers  


What is difference between property and variable in c#?

0 Answers  


What is the use of console readline () in c#?

0 Answers  






I am using a data table and a datagridview. I am creating two columns in data grid view : 1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn. The items of datagridviewcombo are the list of all items in data table column 1. I want that the data type of the DataGridViewTextBoxColumn should be the same as the data type of the item selected from the datagridviewcombo at runtime. How can I do that.Also I want that each cell in column of datatable should be of variable data type. Pls help. thnx.

1 Answers   Storm,


Are string objects mutable or immutable?

0 Answers  


What is pure abstract class in c#?

0 Answers  


Types of polymerphism and explain about dynamic polymerphism?

5 Answers  


Explain the use of virtual, sealed, override, and abstract method?

0 Answers  


How many digits are in an integer?

0 Answers  


What is polymorphism and its types in c#?

0 Answers  


Categories