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
How do we assign page-specific attributes?
What is s2s tracking?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is parse in asp.net?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
How you will handle session when deploying application in more than a server?
What are session objects?
What are the ways of preserving data on a Web Form in ASP.NET?
What is the difference between the get method () and post method ()?
How do sessions work?
What is advantage of asp.net?
What are the different types of validation controls provided in ASP.NET?
Where the cookie value is stored?
Explain the asp.net session state modes.
Why do we need url encoding?