why we are using delegates and in which condition it is
required?
Answer Posted / santosh
delegates are similler to function pointers.. main it is
callback methods.. we can call the methods at time more
than one methods.. delegates are 2 types 1.single cast
delegets 2.multicaste delegates like sysntax:
access modifiers delegate returntype
delegatename("arguments")
{
}
// creating reference for delegates
objectname.delegatename();
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In Code-Behind class which kind of code (server or client) is found ?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Why do we need Sessions?
Which is better asp.net or php?
What are the asp.net 2.0 features?
What is a web based system?
Disable Mouse right click on web page in asp.net?
How does u call and execute a sp in .net?
What is a multilingual website?
Give some salient points of difference between request processor and request dispatcher.
How would you implement inheritance using c#?
Can we add code files of different languages in app_code folder?
What is application variable in asp.net?
What are the disadvantages of view state?