Need UpdatePanel?

  • Thread starter Thread starter David C
  • Start date Start date
D

David C

If I just want to use a ListExtender control from Ajax Toolkit on a web
page, do I need to place it inside an UpdatePanel or can I use it without
UpdatePanel? Thanks.

David
 
You do not need an UpdatePanel in order to use controls and/or extenders
from the AjaxControlToolkit or any other control library. The UpdatePanel is
simply a templated control that makes it easier apply Ajax to existing
controls. Good Luck!
 
Back
Top