hello guys
iam working on some sort of crm application which has huge sales data with all the customer leads etc (ASP.net 2.0/AJAx)
i want to create a dashboard which will have four separate data containers each container will have different sort of data and each container has to update it self after some configred time interval . so i want to update only that part of page not whole page
what should i used in the above senario asp.net updatePanel or Jquery implemention (which technique and why)
bcoz performance is also question
Regards Adeel