Click here to Skip to main content
15,905,073 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have doubt about "script manager control" and "updatepanel control" in ajax extenssion how many times i should use these controls, for every ajax extenssion control i have to use or only once its enough for all ajax controls what i use

Thanks in Advance
Posted
Comments
RaviRanjanKr 8-Aug-11 10:19am    
Not clear.
Herman<T>.Instance 8-Aug-11 10:32am    
if you use a masterpage in your prject, you only have to set the script manager control there. You can use updatepanel control per control or group of controls that have a 'connection' with each other.

1 solution

The Script Manager tag has to be present in all pages where you try to implement Partial Page Updates. It can be present only once in a page. The second thing you would notice is that the <asp:UpdatePanel> is THE Control for getting started or rather ajax enabling your web pages. It takes care of most of your common needs in implementing Partial Updates.
for more reference take a look there-[ASP.NET AJAX Update Panel Control, the most useful AJAX Control][^]
and for getting more details about UpdatePanel Control and ScriptManual Control. take a look at given links
UpdatePanel Control Overview[^]
ScriptManager Control Overview[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900