473,785 Members | 2,772 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

AJAX Version?

What is the version number of AJAX when we talk about ASP .NET AJAX in VS
2008?
Oct 4 '08 #1
6 1611
its version 3.5 (to match the asp.net version number). all the server
side ajax code (and javascript code as a resource) is in
System.Web.Exte nsions.dll.

vs2008 already has ajax project templates, that needed to be added to
vs2005. there is a vs2008 download that will give ajax project support
when targeting older frameworks (2.0/3.0).

the ajax System.Web.Exte nsions support, the base ajax support library,
timer control and update panel control.

if you have not committed to System.Web.Exte nsions, I look at jQuery as
a better ajax library for which MS has committed support (will be
included with next visual studio release).

if you don't know javascript and are not really going to write true ajax
code, then the ms ajax update panel is probably your choice.

-- bruce (sqlwork.com)


Scott M. wrote:
What is the version number of AJAX when we talk about ASP .NET AJAX in VS
2008?

Oct 4 '08 #2
There's only one version 1.0 since it's the same version that was released
as a standalone download. The issue is when you build a .Net 3.5 app, the
System.Web.Exte nsions DLL is available since it's part of the 3.5 framework.
If you're using a 2.0 project then it's not available though you can
download it from www.asp.net/ajax.

Hope this helps,
Mark Fitzpatrick

"Scott M." <s-***@nospam.nosp amwrote in message
news:e1******** ******@TK2MSFTN GP04.phx.gbl...
What is the version number of AJAX when we talk about ASP .NET AJAX in VS
2008?
Oct 4 '08 #3
Thanks Bruce. I am aware of the different levels of support in the various
VS products, but I sometimes hear people say AJAX 1.0 and sometimes AJAX
3.5.

I am looking at my most recent issue of MSDN magazine, which has an article
about AJAX 4.0, so I wanted to clarify.

Thanks again.

"bruce barker" <no****@nospam. comwrote in message
news:OS******** ******@TK2MSFTN GP05.phx.gbl...
its version 3.5 (to match the asp.net version number). all the server side
ajax code (and javascript code as a resource) is in
System.Web.Exte nsions.dll.

vs2008 already has ajax project templates, that needed to be added to
vs2005. there is a vs2008 download that will give ajax project support
when targeting older frameworks (2.0/3.0).

the ajax System.Web.Exte nsions support, the base ajax support library,
timer control and update panel control.

if you have not committed to System.Web.Exte nsions, I look at jQuery as a
better ajax library for which MS has committed support (will be included
with next visual studio release).

if you don't know javascript and are not really going to write true ajax
code, then the ms ajax update panel is probably your choice.

-- bruce (sqlwork.com)


Scott M. wrote:
>What is the version number of AJAX when we talk about ASP .NET AJAX in VS
2008?

Oct 5 '08 #4
Please see Bruce's reply, which seems to contradict your message.

Thanks.

"Mark Fitzpatrick" <ma******@fitzm e.comwrote in message
news:eq******** ******@TK2MSFTN GP03.phx.gbl...
There's only one version 1.0 since it's the same version that was released
as a standalone download. The issue is when you build a .Net 3.5 app, the
System.Web.Exte nsions DLL is available since it's part of the 3.5
framework. If you're using a 2.0 project then it's not available though
you can download it from www.asp.net/ajax.

Hope this helps,
Mark Fitzpatrick

"Scott M." <s-***@nospam.nosp amwrote in message
news:e1******** ******@TK2MSFTN GP04.phx.gbl...
>What is the version number of AJAX when we talk about ASP .NET AJAX in VS
2008?

Oct 5 '08 #5
AJAX 1.0 were the bits that shipped to work with .NET 2.0. THey are "in
sync" number wise in 3.5.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

*************** *************** **************
| Think outside the box! |
*************** *************** **************
"Scott M." <s-***@nospam.nosp amwrote in message
news:uy******** ******@TK2MSFTN GP05.phx.gbl...
Thanks Bruce. I am aware of the different levels of support in the
various VS products, but I sometimes hear people say AJAX 1.0 and
sometimes AJAX 3.5.

I am looking at my most recent issue of MSDN magazine, which has an
article about AJAX 4.0, so I wanted to clarify.

Thanks again.

"bruce barker" <no****@nospam. comwrote in message
news:OS******** ******@TK2MSFTN GP05.phx.gbl...
>its version 3.5 (to match the asp.net version number). all the server
side ajax code (and javascript code as a resource) is in
System.Web.Ext ensions.dll.

vs2008 already has ajax project templates, that needed to be added to
vs2005. there is a vs2008 download that will give ajax project support
when targeting older frameworks (2.0/3.0).

the ajax System.Web.Exte nsions support, the base ajax support library,
timer control and update panel control.

if you have not committed to System.Web.Exte nsions, I look at jQuery as a
better ajax library for which MS has committed support (will be included
with next visual studio release).

if you don't know javascript and are not really going to write true ajax
code, then the ms ajax update panel is probably your choice.

-- bruce (sqlwork.com)


Scott M. wrote:
>>What is the version number of AJAX when we talk about ASP .NET AJAX in
VS 2008?

Oct 5 '08 #6
Actually, they are essentially saying the same thing. Mark just clarified
why the AJAX bits appear to be 3.5.

The AJAX bits, technically, are 1.0. They were originally shipped for use
with .NET 2.0 as a standalone. They were folded into the 3.5 Framework, so
they were renumbered to fit this scheme.

The same has happened with many other bits that are technically 1.0 with
..NET 3.5 SP1. And I imagine you will see MVC, which is version 1.0,
becomming part of .NET 4.0.

Today, you can get AJAX in two ways. Part of the 3.5 install (or SP1
install), which both are "3.5" or downloaded for 2.0, which are labeled 1.0
bits.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

*************** *************** **************
| Think outside the box! |
*************** *************** **************
"Scott M." <s-***@nospam.nosp amwrote in message
news:uP******** ******@TK2MSFTN GP03.phx.gbl...
Please see Bruce's reply, which seems to contradict your message.

Thanks.

"Mark Fitzpatrick" <ma******@fitzm e.comwrote in message
news:eq******** ******@TK2MSFTN GP03.phx.gbl...
>There's only one version 1.0 since it's the same version that was
released as a standalone download. The issue is when you build a .Net 3.5
app, the System.Web.Exte nsions DLL is available since it's part of the
3.5 framework. If you're using a 2.0 project then it's not available
though you can download it from www.asp.net/ajax.

Hope this helps,
Mark Fitzpatrick

"Scott M." <s-***@nospam.nosp amwrote in message
news:e1******* *******@TK2MSFT NGP04.phx.gbl.. .
>>What is the version number of AJAX when we talk about ASP .NET AJAX in
VS 2008?

Oct 5 '08 #7

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

Similar topics

10
4419
by: celoftis | last post by:
Using VS 2005: This morning, following the instructions here: http://ajax.asp.net/docs/overview/InstallingASPNETAJAX.aspx, I installed ASP.NET AJAX on my WinXP Pro development machine. Following that, I installed the "November 2006 CTP" and "Control Toolkit" - then I re-booted my machine. Next I tried to create a simple, sample page... I have the AJAX controls in my toolbox, but when I drag on onto my page it gets underlined - denoting...
9
1880
by: =?Utf-8?B?SGFyZHkgV2FuZw==?= | last post by:
Hi all, I followed first walk through sample from http://ajax.asp.net/docs/tutorials/IntroductionUpdatePanel.aspx to create my first testing page, The problem is after I clicked that botton, it still trigged a postback. Do I miss something? Following is my code: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
2
2425
by: Rahul | last post by:
I am trying the following thing in AJAX <atlas:ScriptManager ID="scriptmanager1" runat="Server" EnablePartialRendering="true" /> <asp:DropDownList ID="cmbBranchname" cssclass="Combostyle" runat="server" /> <br/> <atlas:UpdatePanel ID="panel1" runat="server" UpdateMode="Conditional" > <ContentTemplate>
1
4033
by: geevaa | last post by:
http://www.phpbuilder.com/columns/kassemi20050606.php3 XMLHttpRequest and AJAX for PHP programmers James Kassemi Introduction: Although the concept isn't entirely new, XMLHttpRequest technology is implemented on more sites now than ever. Compatibility is no longer an issue (IE, Mozilla and Opera all support it), and the benefits to using it are amazing. There are too many PHP programmers avoiding any
4
6395
by: bbawa1 | last post by:
When I add updatePanel control in my aspx page it gives me following error. Unknown server tag 'ajax:UpdatePanel
8
5786
by: =?Utf-8?B?QXNhZg==?= | last post by:
Hi, 1. Do I need to install "AjaxControlExtender.vsi" and to use "AJAX Control Toolkit Web Site" template when I create a new web site or I can just use "ASP.NET Web Site" and to add "Script Manager" control and have the same functionality. 2. Why when I try to drag for example "ConfirmButtonExtender" to the Designer it's refuses to accept it and I can only drag controls to the Source into the <form></formsection?
1
2057
by: Mark B | last post by:
This is my first try at using AJAX. I want the calendars to be enabled if the user checks CheckBox1. It works OK for a normal all page refresh but once I introduced the AJAX code it stopped working. Any ideas? <%@ Page Language="VB" AutoEventWireup="false" CodeFile="default-ajax.aspx.vb" Inherits="pages_verify_groups_Default" Debug="true" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
1
2525
by: Yan | last post by:
Hi, I'm apparently far from being the 1st one to meet this error... My asp.net ajax page requires ScriptManager.axd but gets a 404. following a lot of "This is how I solved it" posts, I : - checked my web.config (copied below) - re-installed the ajax.net extensions - ran aspnet_regiis my application
11
3051
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have run into a situation that if a page/tab that uses the Ajax toolkit (using .net version 3.5) is closed before the Ajax enable controls complete loading, then IE locks up. Does it in both IE7 and IE8. There is no issue when the controls are allowed to complete loading. Can you please tell me the best practice that handles this? Thanks.
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10147
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10087
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8971
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6737
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5380
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2877
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.