AJAX Master Page vs Master Page in Visual Studio

foozball3000

Executive Member
Joined
Oct 28, 2008
Messages
5,929
Reaction score
1,738
Location
Kyalami
I'm busy rebuilding my website from scratch... And I stumbled onto these two Master Pages.

I'm currently planning on Using a Standard Master Page. But what makes the AJAX one different?
 
The only difference is that the Ajax one has the following tag automatically inserted:

<asp:ScriptManager ID="ScriptManager1" runat="server" />

which is necessary to use Microsoft's Ajax library in your website.
 
You can always add AJAX to the master page at a later stage
 
You can always add AJAX to the master page at a later stage

^ Yup. I'd recommend building the site AJAX-less first and then add on the AJAX capabilities later on. Will help you in degrading your site gracefully later on.
 
^ Yup. I'd recommend building the site AJAX-less first and then add on the AJAX capabilities later on. Will help you in degrading your site gracefully later on.
10 points for that answer, my friend.

"Obi-Wan has taught you well..." :p
 
Top
Sign up to the MyBroadband newsletter
X