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 does asp.net stand for?
What are the different types of validation controls provided in ASP.NET?
What is difference between cache and session?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Describe the disadvantage of cookies.
How does u call and execute a sp in .net?
What is the concept of postback in asp.net?
What is the difference between CLICK and MOUSE DOWN Event ?
Who is using asp.net?
What is data cache in sql server?
What is the difference between typeof() vs gettype()?
Differentiate between structure and class.
What is recordset asp?
What is the file through which you can customize your asp.net application?