Thanks.
All you need to do is to add your assembly as a reference to the web project and then add it to the ScriptManager service reference as following:
<atlas:ScriptManager ID="ScriptManager1" runat="server" > <Services> <atlas:ServiceReference Type="namepsace.typename" /> </Services></atlas:ScriptManager>
Replace the bold text with the type name of your web service.
Seems that this has changed since way back when... How do I reference a service in a class library now? How do I then hook it up to an extender, e.g. an AutoCompleteExtender?
Thanks.
No comments:
Post a Comment