473,412 Members | 3,860 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

ASP.NET to ATLAS transition

Hello,
I have recently been made aware of the new AJAX equivalent that is to be
present in ASP.NET which is ATLAS. I would really like to support ATLAS in
my web application to have smooth page transitions and am wondering how I
could implement ATLAS into my current ASP.NET web application? Thanks in
advance.

Regards,

James Simpson
Straightway Technologies Inc.
Oct 9 '06 #1
7 1494
"James Simpson" <Ja**********@discussions.microsoft.comwrote in message
news:64**********************************@microsof t.com...
I have recently been made aware of the new AJAX equivalent that is to be
present in ASP.NET which is ATLAS. I would really like to support ATLAS
in
my web application to have smooth page transitions and am wondering how I
could implement ATLAS into my current ASP.NET web application? Thanks in
advance.
1) Launch your internet browser (e.g. IE, FireFox, Netscape, Opera etc)

2) Navigate to http://www.google.com

3) Enter the text below in the box:

"ASP.NET" Atlas

4) Hit the button
Oct 9 '06 #2
http://ajax.asp.net/Default.aspx?tabid=47

It is not a replacement for ASP.NET, but an asynchronous data transport. it
is more a replacement of XMLHTTP, if you have tried it.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
"James Simpson" <Ja**********@discussions.microsoft.comwrote in message
news:64**********************************@microsof t.com...
Hello,
I have recently been made aware of the new AJAX equivalent that is to be
present in ASP.NET which is ATLAS. I would really like to support ATLAS
in
my web application to have smooth page transitions and am wondering how I
could implement ATLAS into my current ASP.NET web application? Thanks in
advance.

Regards,

James Simpson
Straightway Technologies Inc.

Oct 9 '06 #3
q
Get atlas, then put a UpdatePanel in there and throw some controls in
the update panel. Magically they have smoothly transitioned to being
Atlas-enabled controls.

James Simpson wrote:
Hello,
I have recently been made aware of the new AJAX equivalent that is to be
present in ASP.NET which is ATLAS. I would really like to support ATLAS in
my web application to have smooth page transitions and am wondering how I
could implement ATLAS into my current ASP.NET web application? Thanks in
advance.

Regards,

James Simpson
Straightway Technologies Inc.
Oct 10 '06 #4
Hi,

Cowboy (Gregory A. Beamer) wrote:
http://ajax.asp.net/Default.aspx?tabid=47

It is not a replacement for ASP.NET, but an asynchronous data transport. it
is more a replacement of XMLHTTP, if you have tried it.
Not a replacement of XmlHttp, since it will continue to use that object
to communicate with the web server.

ATLAS (or ASP.NET AJAX, as it is now called) is just another AJAX
framework like Anthem.NET (http://anthem-dot-net.sourceforge.net/)

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
Oct 10 '06 #5
So in other words, I just pop the update panel inside of the webform and
could I then just move my existing controls right inside of the update panel?
One other question, is there any background coding working that is required
to get the smooth transitions in ATLAS? I am aware of the powers of google,
but google isn't great at finding accurate answers about new and emerging
technologies. Google isn't really good for researching, but that's a whole
other topic. If someone could please answer my transitions questions
regarding the code transitioning and updatepanel part, that would be greatly
appreciated.

Regards,

James Simpson
Straightway Technologies Inc.
Oct 10 '06 #6
So in other words, I just pop the update panel inside of the webform and
could I then just move my existing controls right inside of the update
panel?
One other question, is there any background coding working that is
required
to get the smooth transitions in ATLAS? I am aware of the powers of
google,
but google isn't great at finding accurate answers about new and emerging
technologies. Google isn't really good for researching, but that's a
whole
other topic. If someone could please answer my transitions questions
regarding the code transitioning and updatepanel part, that would be
greatly
appreciated.
AJAX isn't really something you just slap on your old site to make it
better.

If you are going ot use AJAX, you really want to design your application in
that context. Probably best to port your code piece by piece into the new
framework.

-Darrel
Oct 10 '06 #7
There's a video on the atlas site that demonstrates hooking up events
to use atlas.
The video shows it to be incredibly simple to ajax enable your existing
sites.
Just watch the video and all your questions will be answered.
It really is that easy.

I think the tech ed atlas demo is a webcast as well, not sure where to
find it though.

Oct 10 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Justin Lemkul | last post by:
Hello all, I am hoping someone out there will be able to help me. I am trying to install a program that utilizes NumPy. In installing NumPy, I realized that I was lacking Atlas. I ran into...
0
by: Darren L. Weber | last post by:
The following is a first attempt to almost create a shell script for installation of ATLAS and LAPACK. It does not work right now and it is specific to a particular platform. It is posted here to...
8
by: Chris | last post by:
Hi, I can't seem to find any info on calling a webservice with atlas and populating a gridview with the results. All the doc shows on the atlas website is alert. Who would want to alert? Please...
2
by: A.Wussow | last post by:
Hi Everybody, i want to load dynamically content from some user controls (with forms, or some data-controls) using atlas. So i use an UpdatePanel for loading the user control into a placeholder....
2
by: Bob | last post by:
Hi, I discovered the new framework 'Atlas' and i want to use it on my existing application. The problem is that on any page of my existing page, the tag <atlas: .../is not recognized. So my...
5
by: igotyourdotnet | last post by:
I have a question on atlas: I can create an 'atlas project' and I can add atlas controls fine. but when I try and add an atlas control to an existing asp.net web app I can't, Why? I did notice...
3
by: Robert Scheer | last post by:
Hi. I think I have some conceptual questions here. I have an asp.net web application up and running and now I intend to use Atlas on some of my pages. I have read that after installing Atlas, I...
1
by: jmdolinger | last post by:
Hi all, I'm a newbie to Atlas (and recently ASP.NET) after coming from a long Java background, also have done quite a bit with an Ajax.NET/ASP.NET 1.1 project, but it was basically all...
0
by: YellowFin Announcements | last post by:
Yellowfin, Powered by J2EE, Jasper, BIRT, Spring, jfreeChart Advanta releases ATLAS BI using Yellowfin Business Intelligence 3rd of August, 2007 - Advanta Software, specialist software...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.