|
|
Rank: Newbie
Joined: 10/10/2006 Posts: 9
|
Hi there,
does anybody have some examples or tutorial on how to use Atlas in Umbraco?
Any help would be appreciated.
fromano2802
|
|
Rank: Newbie
Joined: 10/10/2006 Posts: 9
|
Anyone?
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 610 Location: Bad Homburg, Germany
|
I have integrated some Atlas functionality in our ascx. First of all you should have a look at this thread: http://forum.umbraco.org/misc/head-runat=server-. The second point is that I am using Atlas Beta1 or Beta2. The newest version of ASP.Net Ajax Extension (which is the new name of Atlas) will register in the GAC. I hadn' t time yet to port the things to this version (dtars). Thomas
• 2007/2008 MVP • www.thoehler.com • Bad Homburg, Germany
|
|
Rank: Newbie
Joined: 10/10/2006 Posts: 9
|
Thank you Thomas. I did already look at that post though, I was hoping for something more specific... if it is possible.
Thanks again.
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 610 Location: Bad Homburg, Germany
|
OK, what I've done was taking the Atlas Beta, creating a new web application project, referencing the Microsoft.Web.Atlas.dll. In the VS Toolbox I added a new registercard and added there all controls from Microsoft.Web.Atlas.dll. So I could use the controls via Drag/Drop. For my ascx I added a Scriptmanager, set EnablePartialRendering to true. Then I added a UpdatePanel to the acsx and put my tables which are filled dynamiccally with sorting etc. into the UpdatePanel. This was one way I used Atlas. As I said, I don't know if with the gac something changed in using Web Application Projects or something else. hth, Th
• 2007/2008 MVP • www.thoehler.com • Bad Homburg, Germany
|
|
Rank: Newbie
Joined: 10/10/2006 Posts: 9
|
Thank you again Thomas,
I will give it a try and I will let you know.
fromano2802
|
|
Rank: Newbie
Joined: 12/30/2006 Posts: 4
|
I tried something similar with the asp.net ajax extensions and keep getting a postback? Any one out there succeeded with asp.net ajax?
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 610 Location: Bad Homburg, Germany
|
No, haven't tried it yet. I am still using the Atlas Beta which works fine. As I remember the RC is installed in the GAC. I will take a look into it in the next days therefore that I also want to use the final version. But perhaps the two following links can help you: http://ajax.asp.net/files/Migration_Guide_CTP_to_RC.aspxhttp://ajax.asp.net/files/Migration_Guide_Beta2_to_RC.aspxThomas
• 2007/2008 MVP • www.thoehler.com • Bad Homburg, Germany
|
|
|
Guest |