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

Rendering a DataSet - Client side

This is new territory for me so I don't know where to start with a
design. I have to render a client side Dataset (5 cols x 20 or more
rows) to a canvas.
I know I can use Dataset.WriteXML("myfile.xml") but not sure what
producing an XML file does for me. I know that if I rename
"myfile.XML" to "myfile.HTML" it renders to IE, but it ain't pretty. I
have to make it pretty.
I assume there are classes to READ an XML file like this, and classes
to produce HTML. Ths sounds like basic stuff for a Webbie, but I'm not
thusly skilled. There MUST be VS articles on these concepts I can turn
into code... any ideas where to start looking?

Many Thanks!
Matt
Nov 15 '05 #1
1 3073
You can create an ASP.Net application, drop a DataGrid on the WebForm, fill the dataset as usual, call DataBind in the form Load
event ...

If you want to produce an html file from a dataset, you can use XslTransform classes...

"Son Matt" <no*@here.com> wrote in message news:hc********************************@4ax.com...
This is new territory for me so I don't know where to start with a
design. I have to render a client side Dataset (5 cols x 20 or more
rows) to a canvas.
I know I can use Dataset.WriteXML("myfile.xml") but not sure what
producing an XML file does for me. I know that if I rename
"myfile.XML" to "myfile.HTML" it renders to IE, but it ain't pretty. I
have to make it pretty.
I assume there are classes to READ an XML file like this, and classes
to produce HTML. Ths sounds like basic stuff for a Webbie, but I'm not
thusly skilled. There MUST be VS articles on these concepts I can turn
into code... any ideas where to start looking?

Many Thanks!
Matt

Nov 15 '05 #2

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

Similar topics

7
by: Richard Myers | last post by:
Hello. I am getting an InvalidCastException which has revealed yet more of my ignorance. I cant believe i dont already know this and haven't encountered it before until now. I am consuming a...
3
by: Arthur Dzhelali | last post by:
Is there any way to cache dataset on one page and it will be accessible for one user? if you declare dataset shared it will stay on the server and page will be able reference to it on reload,...
2
by: Fourge | last post by:
Hi, I have run into a very strange scenario. In developing an ASP.NET application on framework version 1.1, I found that certain client-side validation scripts were not being rendered. The...
5
by: Dave A | last post by:
I am writing an ASP.NET tool that will allow the client to create their own online froms. ie the client can add tect boxes, text, drop downs,etc with absolutely no technical skill what so ever....
4
by: Al | last post by:
I have this scenario: 1. XML file with schema and data is created from SQL Server tables. XML file contains 6 tables, some of them have rows, some of them are empty. 2. XML file is given to the...
3
by: nashak | last post by:
Hello, ASP.NET pages are disconnected html pages i.e once page is sent to the browser, that is it. Let's say that I have a datagrid on my page and I have used a dataset to fill this grid only...
3
by: Jon Vaughan | last post by:
I have a client side dataset that is made up from a stored proc, I also have a web service that returns a dataset from this stored proc. But when I call the web service and try and store them in an...
15
by: Joseph Geretz | last post by:
I'm a bit puzzled by the current recommendation not to send Datasets or Datatables between application tiers. http://support.microsoft.com/kb/306134 ...
1
by: =?Utf-8?B?U2FkYWdvcGFu?= | last post by:
Hi We are evaluating the process of rendering controls using XML and XSLT in ..Net 2.0 Questions 1. Is there an article which describes the pros and cons and how to go about rendering? 2. What...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...

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.