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

xslt via Xml WebControl

(originally posted in microsoft.public.xsl but I think it really belongs
here - NOT a cross post :) )

Hi All,

I have had a great deal of success using the Xml WebControl in ASP.NET
(C#) and applying my xslt to that control once I set my XmlDocument in it.

An enhancement to one of the web pages using the Xml/xslt combo I am
currently working on is to split up the entire html page into blocks of
data and send down each block individually, followed by a
Response.Flush(). FYI, the entire html page is a document and each
block of data is a page within that document. The document is anywhere
between 20 and 400 pages of data. With the Xml/xslt combo it can take a
substantial amount of time since it generates the entire html page at
once - all 400 pages. Depending on connection speed, this can take a
minute or two. I would like to give the user some data as soon as
possible. What I was thinking was to generate an XmlDocument
representing one page and send that down to the client, flush the
Response buffer, then get the next page, send that down, flush, etc.

I realize that using the WebControl is probably not possible, although
it would be cool if it were. Either way (using the WebControl or not),
I'm not sure how to do this. Any suggestions are appreciated.

--Ed
Nov 16 '05 #1
0 890

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

Similar topics

2
by: darrel | last post by:
On my page right now, I call a function: <%=getMenu()%> in my codebehind, I have the function do an xslt transformation: sub xslt.Transform(doc, xslArg, Response.Output, Nothing) end sub
1
by: Owatona | last post by:
Hi to all... I have 3 classes derived from webcontrol. I the first i have two dropdownlist, in the second i have some buttons, and the third its the webcontrol that are instanciate the two...
0
by: Matze | last post by:
I have a function that has an Argument of type System.Web.UI.WebControls.WebControl. I want to set the text-property of that control. Of course it doesnt work if I cast that control to...
1
by: Slipperman | last post by:
say i have 2 xml files i want to combine and format using XSLT but i'd like to route the output to an HTML file. can this be done?? every sample i've seen on the net is using Console.Out which...
9
by: kw | last post by:
What is the proper way to get the element ID for a client script? For example, suppose in the WebControl: TextBox t=new TextBox; t.ID=this.ClientID+"X"; .... Then elsewhere we want to access...
0
by: Novice | last post by:
Hey all, I've already posted this question and two posters offered suggestions and they worked - but now I would like to know why - and if possible the answer to a second question. Here is my...
4
by: Christian Hofmann | last post by:
Hello, How is it possible to use a hyperlink webcontrol inside a label webcontrol? I am using resources for globalisation. Now I have a text like this: Please click here to open that...
0
by: Liza | last post by:
Hi, Is it possible to get the sitestrukture as XML from a SiteMapProvider and transform it with an XSLT stylesheet to create the navigation instead of enumerating the sitemap nodes...
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: 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...
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
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.