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

reading DataSet in javascript

I want to read the DataSet which having mulitple DataTables from javascript so that i can use Ajax. Thanks in advance
Jul 2 '09 #1
4 4984
kunal pawar
297 100+
Can you explain why you want operate Dataset using javascript ?
Do you want ot display Dataset Information in tabular format ?
Jul 2 '09 #2
Frinavale
9,735 Expert Mod 8TB
@kirankumarn
JavaScript runs in the browser. DataSet's are .NET objects that run on the server. Therefore, you cannot access a DataSet in JavaScript.

You can post back to the server to query the DataSet for information using AJAX. Ajax stands for: Asynchronous JavaScript and XML. It lets you make asynchronous calls to the server to retrieve information. This means that your JavaScript can make a call to the server asking it for information from the DataSet without causing a full page post back.

-Frinny
Jul 2 '09 #3
Can you pls help me out of using Dataset with Ajax(some examples related to dataset usage with Ajax)
Jul 3 '09 #4
Frinavale
9,735 Expert Mod 8TB
You need to provide us with more information about what you're trying to do so that we can help you.

A DataSet is a control that contains a bunch of DataTables. DataTables contain a bunch of fields.

What are you trying to do with the DataSet?
How are you planning on displaying this information?
What do you think JavaScript/Ajax is going to do in your soultion?

-Frinny
Jul 3 '09 #5

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

Similar topics

1
by: David D. McCrory | last post by:
I have the following that returns an array of a struct and I want to load it into a DataSet on the consumer side.....Can someone provide me with an example of how to use the DataSet.ReadXml()...
2
by: binvij | last post by:
Hi Guys ! I want your views on this An xml file can be loaded into a dataset in the following ways: XmlTextReader reader = new XmlTextReader("inrss.xml"); DataSet ds = new DataSet();...
3
by: Carl Lindmark | last post by:
*Cross-posting from microsoft.public.dotnet.languages.csharp, since I believe the question is better suited in this XML group* Hello all, I'm having some problems understanding all the ins and...
5
by: WebBuilder451 | last post by:
is there ant place where i can learn the basics of reading an rss feed and enumerating through the values? just want to start at the bottom, no frills. thanks -- thanks (as always) some day...
1
by: hzgt9b | last post by:
(FYI, using VB .NET 2003) Can someone help me with this... I'm trying to read in an XML file... it appears to work in that the DataSet ReadXML method dose not fail and then I am able to access the...
4
by: Amit Maheshwari | last post by:
I need to read text file having data either comma seperated or tab seperated or any custom seperator and convert into a DataSet in C# . I tried Microsoft Text Driver and Microsoft.Jet.OLEDB.4.0...
3
by: Brad | last post by:
I'm having a problem reading data from an Excel file into a dataset. Can anybody give me an idea of what's happening? I've included the problematic source and the error message to the end of this...
0
by: David | last post by:
Hi, using C# 1.1 I am writing a winform app that collects a dataset from a webservice. At the same time I collect the data, I write the dataset out to the local disk using DataSet.WriteXml,...
2
by: pkenderdine | last post by:
Can someone please advise the best approach for reading in many 5000+ xml files from disk into a data set. Here is the code so far. On my computer (may not be best spec) is takes about 3 minutes to...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.