Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft
Ajax 1.0



Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0..

Answer / sonichya

AJAX is a client side technology and it supports asynchronous communication between client and server. If the part of page need to be refreshed, then we can use this Update panel control, which uses AJAX request and does not harm the other part of the page. Please refer below link for more details

https://csharpquestions1.blogspot.in/2016/10/why-to-use-updatepanel-control-in-ajax.html

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Is it possible to create web application with both webforms and mvc?

0 Answers  


Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

0 Answers  


What is Web Services?How we can consume a Web Services in our application?Explain.

1 Answers   Religare,


Explain difference betn dataset and recordset?

0 Answers  


Interface and Abstract class, inheritance, abstraction with examples. Polymorphism (difference betn overloading and overriding

2 Answers   Syntel,






What is session state server?

0 Answers  


What are the two properties that are common on every validation control?

0 Answers   Siebel,


What is three major points in WCF?

1 Answers   Patni,


what is the difference between this.controls and page.form1.controls and me.controls?

2 Answers   FactorH,


Which adapter should you use, if you want to get the data from an access database?

0 Answers  


What is the use of sessionstate tag in the web.config file?

2 Answers  


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

0 Answers   HCL,


Categories