|
|
Rank: Devotee
Joined: 1/23/2007 Posts: 43
|
Hi, I did a lot of research and I think we don't have an extension for Rating a content piece. I wanted to use Ajax and would want to know how well does Umbraco support Atlas or is there any other library that umbraco uses? I checked the web.config file and i don't see any references for the Atlas framework.
Please let me know what is the best option to build Ajax enabled extension without doing much changes to the config file and adding extra DLL's to umbraco.
Regards Vandan
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 610 Location: Bad Homburg, Germany
|
For ASP.NET AJAX Extensions 1.0 read this post. Also I think that someone did a voting for umbraco. Just search in this forum. hth, Thomas
• 2007/2008 MVP • www.thoehler.com • Bad Homburg, Germany
|
|
Rank: Devotee
Joined: 1/23/2007 Posts: 43
|
Thanks Thomas!
I just wanted to clear is if I create a ascx control using the Ajax 1.0 release by Microsoft, using the update panels, etc., do i have to do any other configurations to Umbraco?
Regards Vandan
|
|
 Rank: Umbracoholic
Joined: 7/20/2006 Posts: 1,076 Location: Charleston, West Virginia, United States
|
For ajax type stuff, the most extensive thing I have done is with ComponentArt's CallBack for ASP.NET. It makes it relatively easy to pass data back to the server using a javascript call, and it also updates the client from the callback routine. Good luck.
• 2007/2008 MVP • 2008/2009 MVP • Certified • Licensing • Support • Development • Hosting •
|
|
Rank: Devotee
Joined: 1/23/2007 Posts: 43
|
Hi i tried using this rating tool in umbraco 3 beta1... the xslt gives me an error... System.Xml.Xsl.XsltCompileException: XSLT compile error at file:///E:/Work/Umbraco/xslt/633077002880312500_temp.xslt(9,2). See InnerException for details. ---> System.Xml.Xsl.XsltException: Prefix 'pageRank.library' is not defined.
Can you help me out with this?
|
|
|
Guest |