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

Dynamic AJAX based data table.

SPanicker
How can I design an efficient AJAX based dynamic table using .NET ? Do I necessarily need to use JQuery / Prototype libraries or plug-ins to achieve this?

I am referring to similar implementation : www.coupontom.com

I believe this is not possible using the existing AJAX control toolkit.
May 28 '10 #1
3 2777
Frinavale
9,735 Expert Mod 8TB
You don't have to use JQuery if you don't want to. I haven't used it yet...

You could create a Web Service that returns the results based on what's being typed. You could use Ajax to consume the Web Service and display it as Table :)

For this, I only know how to do it using Ajax.NET (the Microsoft Ajax .NET Library). Check out this article: Extreme ASP.NET: Client-Side Web Service Calls with AJAX Extensions.

Or you could try using JQuery to do it...I'm sure there's a way but I've never done it before.

-Frinny
May 28 '10 #2
Thanks for the update Frinny.

Yes using a web service call I might be able to do that but again am not sure of various other factors like,

1. Being able to sort the result set - either this should be a server side call for every click so then what about efficiency ?

2. Also I have fields of length 100 char and about 10000 records. Performing a SQL query for each and every alphabet typed might hamper the efficiency on the server side. moreover passing these results over SOAP XML format may lead bandwidth issues.

How about performing a single query on page load for all 10000 or so records cache them on client side and make use of javascript or jquery lib to sort etc.? Also the number of webservice calls and DB queries and request response time can be cut short. Again I am not sure of the load the server might exp. for fetching and returning 10000 or so records as web service response.
May 29 '10 #3
Frinavale
9,735 Expert Mod 8TB
I don't see any reason why you can't cache in both the server and the client...

I think that sorting, if using web services, would probably be best done client side.

-Frinny
May 30 '10 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: shalinmangar | last post by:
Hi, I want to build an Ajax based autocomplete feature. Being a server side guy, I have little knowledge regarding layers and DHTML stuff. Having already implemented the AJAX part of the app, I am...
8
by: Woody Splawn | last post by:
Lets say I have a winform that is populated with a dataset. The dataset and data table may have several rows in it. Lets say I am looking at the winform and I want to assign a value to a certain...
2
by: CountDraculla | last post by:
Hi all, zephyr is an ajax based framework for php5 developers. you can easily develop business applications using this robust framework. this is extremely easy to learn and implement. you can...
0
by: shining.sea | last post by:
This might be interesting for web master who have lots of digital and want an easy way to manage them http://digg.com/software/AJAX_Based_File_Managment_Web_Application This company, called...
2
by: nupur.agarwal29 | last post by:
Hi, I am using System.Windows.Forms.Webbrowser control in my application. For the Ajax based sites like live.com, the webbrowser control processes and renders the javascript requests, even after...
0
by: m105es | last post by:
I want to create Data Table and each row can contains different web control like calendar,text box,etc. The web controls depend on the parameter. Anyone can help me?
1
by: cvijaykrishna | last post by:
hi i already designed a web based application in VS-2005 and i have a problem now that is how to covert it into ajax based wesite i have ajax frame work installed on my system pls sugesst me any...
0
by: josur | last post by:
Hi, I would like to know if is possible to create dynamic reports based on cubes. What i mean is,after creating a cube with a couple of dimensions and measure if is there any way to give the...
2
by: mhuff | last post by:
Hello, I have a table called ticket that has tickets stored in it. I have a seperate table called line items with the line items in it that are tied back to the ticket via a foreignkey. ...
7
by: sathyashrayan | last post by:
Dear group, A mysql wrapper class, which just uses the CRUD operations for large scale php development. Is the same advisable for the mysql stored procedure? Following is a link I got from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...

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.