I am creating an online currency translation system, using VB.net 6.0, and i was wondering whether i could use AJAX for the online part, and how do i do it?
Last edited by __gini2; December 23rd, 2006 at 06:24 AM.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!) 2008, 2009 In theory, there is no difference between theory and paractice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Correct me if I'm wrong (I think everyone's a newbie to AJAX at the moment), but AJAX is asynchronous Javascript and XML. All modern web browsers have these technologies installed, so essentially, everyone has AJAX! AJAX isn't its own technology, rather a combination of existing ones.
It allows you communication between client and server without getting a new web page each time, but it depends on what you're making and maybe you don't need AJAX, just standard client/server interaction.
I use www.xe.com for currency translation which doesn't use AJAX (it develops a new web page for each currency conversion request), but maybe it'd be useful.
Ajax is just Javascript and XML as stated by others already. However, if you want to leverage on .NET to include Ajax functionality in your web site then you need to take a look at http://ajax.asp.net.
Use [code]your code here[/code] tags when you post source code
Search here before you post your question, someone might have already asked it before. My Articles
Bookmarks