TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rajesh Kumar
NA
134
184.8k
ScriptManager in AJAX
Nov 21 2011 4:45 PM
Hi
I am working in Ajax and uses a ScriptManager control for the design of any page but when we use any AJAX control without use of ScriptManager and run the application then message show error why. can i use any AJAX control without scriptmanager.
<asp:ScriptManager ID="ScriptManager1" runat="server" EnableHistory = "true" EnableSecureHistoryState = "false">
</asp:ScriptManager>
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Label ID="lblHeading" runat="server" Text=" My Calculator in Ajax" Font-Size = "Large" BackColor = "Aqua"></asp:Label><br/><br />
<asp:Label ID="lblN1" runat="server" Text="Enter 1st Number" Font-Size = "Large" BackColor = "Azure"></asp:Label>
Reply
Answers (
1
)
Ajax with Silverlight
XMLHTTP Request