How to Implement an AJAX Solution.

G

Gaffar

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.
 
D

Dave Fancher

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

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.
 
S

Steve C. Orr [MVP, MCSD]

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


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.
 
V

Verde

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


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.
 
J

John Timney \(ASP.NET MVP\)

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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top