473,387 Members | 1,464 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.

How to access client side XML data island from server side?

I have an aspx which has some client side script.

The client side part of the page also features an xml data island [<xml
id='blah'....]

What I want to be able to do is to get at the data island from the server
side part of the page.

I've managed to do it with a simple text field using
client side
<input type="hidden" runat="server" id="funcParam" NAME="funcParam">
server side
Protected WithEvents funcParam As System.Web.UI.HtmlControls.HtmlInputHidden

then I can just access the control easily

How can I do the same with the xml data island?
What do I have to class the xml data island as?
Nov 18 '05 #1
2 1883
If you don't need to access the data island from the client script then you
can use the XML Control. This allows you to pass in a stylesheet and other
values from the server.

HTH

"adolf garlic" wrote:
I have an aspx which has some client side script.

The client side part of the page also features an xml data island [<xml
id='blah'....]

What I want to be able to do is to get at the data island from the server
side part of the page.

I've managed to do it with a simple text field using
client side
<input type="hidden" runat="server" id="funcParam" NAME="funcParam">
server side
Protected WithEvents funcParam As System.Web.UI.HtmlControls.HtmlInputHidden

then I can just access the control easily

How can I do the same with the xml data island?
What do I have to class the xml data island as?

Nov 18 '05 #2
Check out:
http://www.reflectionit.nl/DataIsland.aspx

Alternately:
You could copy the XML from the dataisland to a hidden text box to pass
it back to the server

Nov 18 '05 #3

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

Similar topics

3
by: Michael | last post by:
Our web application currently uses MSXML 4.0 to perform XSL translation of our XML document into HTML which is then delivered to the client's browser. By specifying the XSL file used for...
3
by: Robert Oschler | last post by:
I know there isn't any $_POST array in Javascript, it exists on the server side accessible from PHP and other server side scripting languages. But I knew it would let you know specifically what...
0
by: Mason Hoke | last post by:
I am using SQLXML3 to return me XML formatted result. All the attributes are double quoted. When I try to response.write it as an XML data island to the client side like nothing comes over to the...
55
by: AnandaSim | last post by:
I just had a google through this NG but have not seen mention of Erik Rucker's blog entry and the new Jet: http://blogs.msdn.com/access/archive/2005/10/05/477549.aspx mentioned by Mike...
3
by: Lyle Fairfield | last post by:
In a recent thread there has been discussion about Data Access Pages. It has been suggested that they are not permitted on many or most secure sites. Perhaps, that it is so, although I know of no...
6
by: Ken Allen | last post by:
I am relatively new to .Net and C#, but I hav ebeen programing in other languages and done some COM work for a number of years. I am attempting to understand how to map an older program...
2
by: Dnna | last post by:
I have a table which is bound to an Internet Explorer XML data island. I'm using ASP.NET's client-side validators for an input field in the table. The problem is that if the input fields are in...
4
by: math.kiran | last post by:
I have a list box which gets populated client side (Javascript). Now when I submit the page - I need to capture all the list item and store it in database. What is the elegant way to do it in...
3
by: Simon Brooke | last post by:
I've been doing XSL transforms, converting XML to HTML, server side since 2000. In those days, clients which could do the transformation client side didn't exist, so whether to transform...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.