What are asynchronous callbacks ?
Answer Posted / saami solutions
when a synchronous call is made, the calling thread is
blocked until the method completes whereas an asynchronous
call is made on a different thread, and this allows the
original thread to continue its work while the asynchronous
call is in progress.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
In which event of the page viewstate is available?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Mention few asp.net validators.
What is tracing? Where is it used?
Can we add code files of different languages in app_code folder?
Explain Areas in MVC?
How is my content secured from unauthorized access?
What is work flow gen? how can it will work with .Net?
How to make paging concepts in datagrid in ASP.NET?
Differentiate between globalization and localization.
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What are the types of caching in asp.net?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
What is application state?
What are server side controls?