how can we pass parameters to a user control using delegates ?
Answer Posted / penchal das
by creating object of that delegate,we can pass the
parameters to a user control,which is used to call multiple
statements at a time.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is a thread? What is multithreading?
What is a boolean c#?
What is the use of tuple in c#?
How many constructors can a class have in c#?
What is class in oops with example in c#?
What is the meaning of MSIL?
What does return do in unity?
What is difference between web and window application?
What is windows forms in c#?
What is a reference type c#?
What are data types with examples?
What is the function of .IsDescendent()?
What is parallel foreach c#?
What is the advantage of constructor?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?