473,394 Members | 1,765 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,394 software developers and data experts.

How to Implement an AJAX Solution.

Hello.

My name is Gaffar. I am handling an module in a Project. This application interface is slow and inefficient. So Client told "implement an AJAX Solution which will increase speed and efficiency and user's experience".

So, My problem is what is AJAX Solution. How to implement that. what are the feataures. Please give with a sample solution.

Thanx in advance.

Regards
Gaffar.
Nov 19 '05 #1
4 1155
Take a look at http://en.wikipedia.org/wiki/AJAX. Here you can find a good
overview along with a number of reference links along with some links to
some functioning AJAX applications.

HTH
----------------
Dave Fancher
http://www.davefancher.com

"Gaffar" <Ga****@nannacomputers.com> wrote in message
news:Oc**************@TK2MSFTNGP09.phx.gbl...
Hello.

My name is Gaffar. I am handling an module in a Project. This application
interface is slow and inefficient. So Client told "implement an AJAX
Solution which will increase speed and efficiency and user's experience".

So, My problem is what is AJAX Solution. How to implement that. what are the
feataures. Please give with a sample solution.

Thanx in advance.

Regards
Gaffar.
Nov 19 '05 #2
These web controls use AJAX so intuitively that it requires no real learning curve at all:
http://www.dart.com/powerweb/livecontrols.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Gaffar" <Ga****@nannacomputers.com> wrote in message news:Oc**************@TK2MSFTNGP09.phx.gbl...
Hello.

My name is Gaffar. I am handling an module in a Project. This application interface is slow and inefficient. So Client told "implement an AJAX Solution which will increase speed and efficiency and user's experience".

So, My problem is what is AJAX Solution. How to implement that. what are the feataures. Please give with a sample solution.

Thanx in advance.

Regards
Gaffar.
Nov 19 '05 #3
Also check out the soon-to-arrive AJAX solutions from ComponentArt (http://www.componentart.com/home.aspx). It's currently in BETA, but might be worth waiting a couple of weeks. Their controls are historically impressive, well documented, and easy-to-implement.

-HTH
"Gaffar" <Ga****@nannacomputers.com> wrote in message news:Oc**************@TK2MSFTNGP09.phx.gbl...
Hello.

My name is Gaffar. I am handling an module in a Project. This application interface is slow and inefficient. So Client told "implement an AJAX Solution which will increase speed and efficiency and user's experience".

So, My problem is what is AJAX Solution. How to implement that. what are the feataures. Please give with a sample solution.

Thanx in advance.

Regards
Gaffar.
Nov 19 '05 #4
You would be better off wokring out why your solution is slow and inneficient first, before investing cost in changing your interface and program flow.

If you have badly prepared stored procedures or poorly written server methods for example and this is the root cause of your performance problems, it wont likely make any difference to your performance implementing ajax.
--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Gaffar" <Ga****@nannacomputers.com> wrote in message news:Oc**************@TK2MSFTNGP09.phx.gbl...
Hello.

My name is Gaffar. I am handling an module in a Project. This application interface is slow and inefficient. So Client told "implement an AJAX Solution which will increase speed and efficiency and user's experience".

So, My problem is what is AJAX Solution. How to implement that. what are the feataures. Please give with a sample solution.

Thanx in advance.

Regards
Gaffar.
Nov 19 '05 #5

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

Similar topics

4
by: Gaffar | last post by:
Hello. My name is Gaffar. I am handling an module in a Project. This application interface is slow and inefficient. So Client told "implement an AJAX Solution which will increase speed and...
4
by: bobzimuta | last post by:
I'm creating a simple AJAX library. It's an object that will return an array containing the response text or xml. I'm trying to find a way to assign the response as a property of the object, but...
5
by: geekboy0001 | last post by:
Just trying to get some opinions out there... There are tons of Ajax libraries out there... Ajax.NET Professional, ComfortASP.NET, ZumiPage, etc. etc... Microsoft has their own too, Atlas. I've...
5
by: Martin | last post by:
Hello NG, I've been doing some AJAX for a few weeks now. The basics worked fine so far, but now I've got the following problem which I can't solve: With AJAX you typically update/replace only...
9
by: RBM007 | last post by:
Hello, I have created some pages in the (old) Atlas pages and migrated to AJAX version. After the update I noticed that any page containing ASP.NET AJAX won't compile anymore. Even if the same...
3
by: equazcion | last post by:
Hi, I have an image reference (IMG) in my page that changes depending on the value of a database field. Clicking the image triggers an Ajax call to change the database field (toggles the field...
8
by: FrobinRobin | last post by:
Hi, I intend to use Ajax for a kiosk application, it's primary usage is to retrieve live data from my DB, it's a fairly small amount of data (5 fields, of small data size and limited to 15...
0
by: datla20s | last post by:
Luckly, I found an example to show what exacty I am looking for: Go to the following yahoo link: http://travel.yahoo.com/;_ylc=X3oDMTE5MGRqZDdoBF9TAzI3MTYxNDkEc2VjA2ZwLXRy...
5
by: fjm | last post by:
Hi everyone, I usually hang out on the php side because its what I know, but I am faced with a problem that I honestly have no idea how to solve and figured I would try my luck over here. I am hoping...
1
by: nehalsmistry | last post by:
Hello.. I am using visual studio 2005. So there is framework 2.0 Now I m using ajax toolkit for 2.0 and installed it. But there is no option like Asp.net ajax enable website. But there is 1...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
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
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...
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...

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.