What are asynchronous callbacks ?
Answer Posted / neeta
* Asynchronous callbacks means that a call is made from a Main Program to a .net class's method and the program continues execution.
* when the callback is made (Means the method has finished it work and returns value) ,the Main Program handles it.
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is a session government?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
They mostly asked difference between versions of technologies
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is http response header?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Why do we need a web application session?
How do you implement sql caching in asp.net?
What is the difference between “Web.config” and “Machine.Config”?
What is the base class from which web forms are inherited?
What are the disadvantages of view state?
Is global asax mandatory?
What is a page life cycle? What are the events in a page life cycle?
Is post back property in asp net?
What do you mean by serialize and marshalbyref?