MyITBlog.com - IT Professionals Online Journal
 
  Home  |   Site News  |   About Us  |   Privacy  |   FAQ  |   Contact   Add Blog Entry  |  Login  |  Register   
   HOME  >  IT Water Cooler

ASP.Net Timer vs. UpdatePanel
by Lokesh on 24 Apr 2008, 08:27
Total Hits: 65    Comments: 0   Votes: 0
Category: IT Water Cooler     

ASP.Net Timer vs. UpdatePanel 

Developers using ASP.Net could easily establish and Ajax based application through two functions in ASP.Net. Developers could either go for the ASP.Net Timer wherein the update is made automatically. The information is feed to the user without the need for use actions. On the other hand, UpdatePanel allows developers to set appropriate reaction of the application. Both of these functions target a specific area of the webpage and update it without changing the whole webpage.

Read More...