What is the meaning of the bwlow line code?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Services>
<asp:ServiceReference Path="AutoComplete.asmx" />
</Services>
</asp:ScriptManager>Rockstar_ wrote:
<asp:ScriptManager ID="ScriptManager1" runat="server">
A Script Manager enables you to have & control AJAX controls on your web page. An AJAX control is not going to work if the Script Manager on the page is missing.
Rockstar_ wrote:
<Services> <asp:ServiceReference Path="AutoComplete.asmx" /> </Services>
This one references the Script Manager's ServiceRefrenceCollection, which contains several ServiceRefrence[^]s. A Service Reference registers a web service for use on your web page.
The busier I am, the more I procrastinate. - Chris "The Mighty" Maunder