What are asynchronous callbacks ?
Answer Posted / uma`
client has to wait untill the method that completes current
process.by using delegates we call the asynchronous calls
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
What is meant by asp.net?
How can you use a custom controls in ASP.NET application?
Where would you use an ihttpmodule, and what are the limitations if any?
What are the differnt types of handler in ASP.NET?
How will you maintain versioning in asp.net 2.0?
How can u debug your .net application?
How to retrieve user name in case of Window Authentication?
Why do we need master page in asp.net?
What is a 401 redirect?
What is clr? Difference between clr & cts?
Explain how asp.net page works?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is use of <% %> in asp.net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What are standard controls?