Hello
I have two questions here:
1) I am trying to implement AJAX in sharepoint. I have modified web.config as referred by:
http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3
but still i am getting the following error :
Unknown server tag 'asp:ScriptManager'. at System.Web.UI.TagPrefixTagNameToTypeMapper.System.Web.UI.ITagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs) at System.Web.UI.MainTagNameToTypeMapper.GetControlType2(String tagName, IDictionary attribs, Boolean fAllowHtmlTags) at System.Web.UI.MainTagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs, Boolean fAllowHtmlTags)
2) Secondly, i am trying to implement adrotator in sharepoint. I have tried installing the SPAdrotator but i am not able to display the images when i give the image library name as source in the "query" section.