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
Explain about Error handling and how this is done
Is it possible to have different access modifiers on the get/set methods of a property?
What is dao in c#?
Explain About web methods and its various attributes
What is use of FormBoarderStyle Propertie
What are the types of operator?
Which of these string definitions will prevent escaping on backslashes in c#?
Explain the top reason to use c# language?
How does yield return work c#?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
Are string objects mutable or immutable?
Define delegation in .net?
How many destructors can a class have?
What are circular references?
What is yield return in c#?