Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 09, 2009 07:37 AM by jaiprakashv
Member
4 Points
59 Posts
Sep 11, 2008 06:58 PM|LINK
Using VS 08 with asp.net 3.5...
What is the difference between these items...Add A New Item (to solution): AJAX Master Page vs Master Page AJAX Web Form ve Web Form
Is it just that the AJAX version puts in the scriptmanger? Or are there other differences?
Thanks
Bob
All-Star
73649 Points
7914 Posts
Moderator
Sep 11, 2008 07:03 PM|LINK
Ajax masterPage just create a masterPage with ScriptManager ,
Ajax webFrom create a webform that contains ScriptManager and create a Javascsript Page Load method which i called when page loaded.
32 Points
21 Posts
Jun 09, 2009 07:37 AM|LINK
Master Page -
-Script manager will not be added automatically.
-Script manager need to be added explicitly for Ajax controls to work.
Ajax Master Page -
-Script manager will be added automatically for ajax controls to work
-You can remove that if not required.
ajax
BobInIndy
Member
4 Points
59 Posts
AJAX Master Page vs Master Page
Sep 11, 2008 06:58 PM|LINK
Using VS 08 with asp.net 3.5...
What is the difference between these items...Add A New Item (to solution):
AJAX Master Page vs Master Page
AJAX Web Form ve Web Form
Is it just that the AJAX version puts in the scriptmanger? Or are there other differences?
Thanks
Bob
anas
All-Star
73649 Points
7914 Posts
Moderator
Re: AJAX Master Page vs Master Page
Sep 11, 2008 07:03 PM|LINK
Ajax masterPage just create a masterPage with ScriptManager ,
Ajax webFrom create a webform that contains ScriptManager and create a Javascsript Page Load method which i called when page loaded.
jaiprakashv
Member
32 Points
21 Posts
Re: AJAX Master Page vs Master Page
Jun 09, 2009 07:37 AM|LINK
Master Page -
-Script manager will not be added automatically.
-Script manager need to be added explicitly for Ajax controls to work.
Ajax Master Page -
-Script manager will be added automatically for ajax controls to work
-You can remove that if not required.
ajax
www.interviewsworld.com