473,799 Members | 2,924 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Convert a 'normal' website to an ajax website.

How can I add ajax functionality to my website. I already know about the
code but are there references I need to include?

TIA - Jeff.
Nov 1 '07 #1
4 3060
You'll need to make references to the assemblies that contain the Ajax
libraries.
"Mufasa" <jb@nowhere.com wrote in message
news:uO******** *****@TK2MSFTNG P06.phx.gbl...
How can I add ajax functionality to my website. I already know about the
code but are there references I need to include?

TIA - Jeff.


Nov 1 '07 #2
What libraries are those?

"Scott M." <s-***@nospam.nosp amwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
You'll need to make references to the assemblies that contain the Ajax
libraries.
"Mufasa" <jb@nowhere.com wrote in message
news:uO******** *****@TK2MSFTNG P06.phx.gbl...
>How can I add ajax functionality to my website. I already know about the
code but are there references I need to include?

TIA - Jeff.



Nov 1 '07 #3
You should have a sample web.config at :

%ProgramFiles%\ Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0 .61025\Web.conf ig

Just copy the Ajax entries from that web.config into your web.config.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espańol : http://asp.net.do/foros/
=============== =============== ========
"Mufasa" <jb@nowhere.com wrote in message news:Ow******** ******@TK2MSFTN GP05.phx.gbl...
What libraries are those?
"Scott M." <s-***@nospam.nosp amwrote in message news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
>You'll need to make references to the assemblies that contain the Ajax libraries.
"Mufasa" <jb@nowhere.com wrote in message news:uO******** *****@TK2MSFTNG P06.phx.gbl...
>>How can I add ajax functionality to my website. I already know about the code but are there references I need to
include?

TIA - Jeff.




Nov 1 '07 #4

"Mufasa" <jb@nowhere.com wrote in message
news:uO******** *****@TK2MSFTNG P06.phx.gbl...
How can I add ajax functionality to my website. I already know about the
code but are there references I need to include?

TIA - Jeff.

There are a set of videos at this site.

http://www.asp.net/learn/ajax-videos/

#6 shows what you need to do.

Hope this helps
Lloyd Sheen

Nov 2 '07 #5

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

Similar topics

1
3320
by: DartmanX | last post by:
I am attempting to create a set of chained selectors (one <select> uses AJAX to read values for the next <select>, and so on). My AJAX code works fine, and returns the text of the entire <select> statement. I have defined a separate <DIV> for each selector to be created inside of. However, what is returned is ONLY text. When I attempt to create second selector based on the value of the first, the javascript console is happy to inform me...
2
16225
by: Phil Stanton | last post by:
When designing a new form or report, the Default ForeColor is often something like -2147483640 which is the colour of Windows text (possibly black) and the default backColor is -2147483643 (possibly white) Can anyone tell me how to convert these colours to either RGB colours or the Long number used by Access. Black is 0 and White is 16777215 ...
1
1958
by: =?Utf-8?B?bmFuZGFu?= | last post by:
can we convert asp application to ajax using ASP.NET AJAX v1.0 “Core” Beta,if we have not developed our application using ATLAS?. -- nandan
5
3330
by: Dariusz Tomon | last post by:
Hello I have no idea how to deploy my website to another server (in virtual folder I cannot see dlls file). Is thate any simple and quick manner to deploy web site to another servers? Best Regards Dariusz Tomon
0
1001
by: tomonthebay | last post by:
Ok, so ASP.NET still does not have functionality like products should have like mask edit, control interrelationships etc..(considering things like this have been around since before many of you were born). so I added Ajax hoping to gain some of the functionality that SHOULD be in a product this old. Now when I review a pre-existing website and touch a control in source, the properties panel is empty, whereas it used to show before Ajax. So...
6
2378
dmjpro
by: dmjpro | last post by:
frnds .. i understand that why AJAX is introduced in web-technology and also i am very interested in AJAX..... but one question stil knocking me ... why AJAX is fast than normal request??? about this what i have .... i think both of these use same protocol HTTP , inspite of that the why AJAX is very fast... one reason may be there ... rendering the page needs more time ..... m i right .. this is my funda on this context ....
2
2000
by: m.schaeffer | last post by:
Hello, my problem is, that if i create a new website with Visual Studio 2005 and I choose "AJAX enabled Website" everything works fine. But if I try to do the same with an existing Website (AJAX Extesions where installed later) the "AJAX"-functionality fails. Though I have the AJAX Extensions in my Tool-Box and everything seems ok it doesn`t work. I can drag and drop ScriptManager, UpdatePanels, ContentTemplates ... but when I run the...
1
3509
by: andwan0 | last post by:
I have a legacy classic ASP website with lots of classic AJAX (many ASP files specially made for processing AJAX requests). We are slowly migrating the website to ASP.NET 2.0 and developing under Visual Web Developer 2005/2008. I notice VWD doesn't debug ASP files. Since we are still migrating a very large website, we are mixing ASP.NET code with classic ASP (ASP.NET pages making AJAX calls to classic ASP pages). In Visual Studio 2003.NET...
0
9685
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9538
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
10473
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10219
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
10025
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9068
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...
1
4138
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3755
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2937
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.