Hi
I am quite new to MOSS development. I got Trial version of RadControls with ajax working in MOSS2007. I made web part and added components to updatepanel. And after that I added updatepanel with Controls.add(myUpdatepanel). It worked ok, but I wonder is there quicker way to do ajax in WSS? What is common/best practice?
Is it workable solution to use SharePoint designer to add controls directly to SharePoint site?
I tried to add RadControls to Smartpart, what is web part for displaying ajax-components. But it failed with error:
Details: (0): error CS1705: Assembly 'Telerik.Web.UI, Version=2008.1.515.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
When I tried to reference the 3.5 version, SharePoint didn’t like it and showed error page.
SmartPart with regular ajax components worked. But I’d very much like to use RadComponents. Is there quicker way to do RadComponents(with ajax) than program them manually to web part.