Using an update panel, you can register the events that the update panel
should manage from a particular control.
See
http://msdn.microsoft.com/en-us/libr...datepanel.aspx
for more info.
"DavidC" <> wrote in message
news:AAC651C8-6193-46AA-8C87-...
> Is it best to always have the web control completely encased in the
> UpdatePanel, or is it possible to just have it in part of the control?
> For
> example, I have a ListView control that I only need Ajax ability in the
> InsertTemplate. I tried it once before inside an EditTemplate but got
> strange results in the Update command. What are the pros and cons and if
> only inside part of a web control then what do I have to be aware of when
> inserting or editing? Thanks.
> --
> David