How do I convert from XmlTextWriter to String?
I've created an XML Document using XmlTextWriter, but I can't seem to figure out how to convert the document into a string. Any help would be greatly appreciated.
| | 4 | 10 | 1/21/2009 9:45:49 PM |
Need help with deleting xml items from gridview
Hi,
I am loading an XML file to a Gridview for a podcast that I am creating. Inside my gridview, I am trying to delete the individual items from the Rowdeleting event. I load | | 0 | 51 | 5/20/2008 3:37:25 AM |
XML to Gridview using Xmldatasource problem
I am semi new to XML This is done in VB I am having trouble getting a datagrid to refresh data after the initial load of data from an XMLDataSource. I have a textBox where I enter some | | 5 | 72 | 5/20/2008 3:29:04 AM |
XML schema doesn't work
Hi guys I have an XML file that I am trying to validate using vb.net. And when it validates, it gives an error "element is not declared". But the XML file | | 0 | 53 | 5/19/2008 11:34:25 PM |
how to convert sql server table to XML table
Hi
I have a sql server database with some tables.
I am using tree control in my application which needs XML data source only.
| | 0 | 60 | 5/19/2008 7:22:10 PM |
Xpath how return top 5 records
I am new to xml and need a little help. I have an xml file that contains my top 20 webpages on my website, I want to pass in an xpath query that only returns say 5 of those records, I have code t | | 1 | 38 | 5/19/2008 6:35:08 PM |
New to xml
I am new to working with xml, here is what I want to do, I have an xml file that shows the top 20 webpages on my site, I want to display that data as a list with 2 columns the first column is a h | | 4 | 49 | 5/19/2008 4:32:49 PM |
XML Difference
Hi,
Can any one let me know how to compare two XML in Dot net and find the difference beteween the two? is there any API is avaliable or in which method we can do this.
than | | 1 | 57 | 5/19/2008 3:51:32 PM |
How to find an XML element
Hi all, I don't know if this is doable so I'm just gonna try and ask.. So I've got a repeater bound to a playlist in XML file format, the structure of the XML file is as f | | 1 | 71 | 5/19/2008 3:32:39 PM |
XML to GridView
Hi folks. I want to populate a Gridview with following xml data (first local xml file, later from web) <XTC>
& | | 5 | 56 | 5/19/2008 2:51:56 PM |
Biztalk server interview questions
Hi all,
Can anybody interview questions and answers or only questions on biztalk server, biztalk accelerator etc for junior-midlevel position.
any help is appreciated.
< | | 1 | 72 | 5/19/2008 1:55:17 PM |
Highlilighting Node in XML file
Hi All,
I want to highlight the questions as According to QuestionToHighlight | 0 | 61 | 5/19/2008 12:16:26 PM |
Change in xsd of dataset
Hi All,
I have a dataset filled with some rows.
I write it in xml file. then it give me structure like this.
< < | | 0 | 52 | 5/19/2008 9:13:27 AM |
Xml data file translation to german
Greetings,
I have an XML data file being used as database holding product information. My problem is that I need to translate the "itemDescription" node containing p | | 2 | 56 | 5/19/2008 8:42:21 AM |
Read XML from the URL and update the database in C#
I have to get the xml avaiable in the URL say http://data.abc.com/data.xml?id=1 means this URL contains the XML feed. My task is to get the XML feed from this URL and update the | | 1 | 84 | 5/19/2008 8:20:38 AM |
Create xslt file from xml : help me!
Hi,
I've a problem with the xml file. I would like to create a xslt file to apply with a gridview on a web page.
My xml file is build like this:
| | 4 | 46 | 5/19/2008 7:55:24 AM |
Saving asp.net form to xml from xsd
Hi,
I am new to xml so bear with me. I am trying to save my aspx form to xml and send it to a webserver. I was given the xsd file which i created a class with using xsd.exe . This c | | 1 | 53 | 5/19/2008 7:46:00 AM |
What is the best way to populate XML and MS-Word forms?
Does anyone have a better way to work with XML and Word forms. I have multiple Corporate forms that I will be populating including checkboxes. Here | | 1 | 55 | 5/19/2008 7:41:06 AM |
Displaying xml sourcecode
Hello, I've some xml stored in my database that I want to display in a text area control. The problem is that the xml appears all in one line. Is there any way to wra | | 2 | 53 | 5/19/2008 7:16:43 AM |
Pulling my hair out because this is insane
I have 3 XML documents in my project.
I am using them to fill some dropdown boxes.
1 of the 3 works. 2 were cerated through vbscript that I used to pull data from active directory | | 2 | 57 | 5/18/2008 10:25:14 PM |
Retreive xml data from sql 2005 xml data type column
hi everyone, I am in a messy situation and dieing to get rescued. I have a database with an untyped xml datatype column named xmlfile. The xml inside is invoic | | 0 | 56 | 5/18/2008 6:46:28 PM |
Remove nodes from XElement/XDocument
Hi, I have a XML file that I load into an XElement that looks something like this (simplified): <pages> <page id="1"> <controls& | | 0 | 88 | 5/18/2008 9:03:37 AM |
Placing Output from XSLT
Hi. I have a xml (golfers.xml) and an xslt (golfers.xslt). The XSLT outputs <table>....</table>. What is or are the techniques of placing the output somewhere on the | | 1 | 53 | 5/17/2008 9:12:42 PM |
Using a xmlDatasource in Code behind
Hi, Can you use an XML Datasource in Code behind (say in the page load event) to bind to a repeater control? I try the code below but nothing shows up when I run the page
This is the code | | 2 | 65 | 5/17/2008 12:05:21 AM |
Append datas on xml file with xmlwriter class
Hi,
I've create a xml file using xmlwriter class.
I've a problem to append new data on this file, because the create method of xmlwriter overwrite the xml file.
Ho | | 6 | 78 | 5/16/2008 5:05:55 AM |
Load XML file From Sproc
Hi. I know how to load a GridView from an xml file that already has data in it. How do you load data from a stored procedure into the xml file?
Thanks | 13 | 56 | 5/16/2008 12:40:03 AM |
XML Element Without Namespace - Sitemap
Hi, I am trying to create a google sitemap. But my url element which contains three other nodes always have an empty xmlns="" attribute.
This is causing a namespace error when s | | 5 | 75 | 5/15/2008 12:53:42 PM |
help plz with xslt transformation
HTML(input) <html> <table class="test"> <tbody> <tr> <td> </td><td><h3>Text1</h3> </td | | 5 | 56 | 5/14/2008 1:32:17 PM |
XML/XSLT and UpdatePanel
Hi
I've an xml file which is a database. I output data in html format by xslt. In the same page there is a option which let users to insert an element in the XML file. I would like to | | 4 | 55 | 5/14/2008 8:44:30 AM |
Manupilation XML
i am a beginner in .net and i have designed a site using asp.net and c# i want to store of the client in an xml file and then display that address in the contact us page but i | | 3 | 48 | 5/14/2008 2:03:33 AM |
Getting the node Using Xpath
hi i have .xml like
<College> <Department | 4 | 54 | 5/13/2008 1:50:49 PM |
XML,XSLT and ASP.net , SQL Server 2000
Hi,
I have an XML file. I need to render the XML file using XSLT.
The problem is , I need to render a XML attribute as a dropdownlist and load the values from the Database.
< | | 3 | 42 | 5/13/2008 9:55:28 AM |
webreference copying xml to xml is it possible
Hi I am using a webreference from
http://www.webservicex.net/WCF/default.aspx I have got the first section
working where I can display the information from the website in to a label.text
it is | | 1 | 56 | 5/13/2008 7:56:18 AM |
using xml as a database
hiiiiiii i want to create a online application in which i want to use xml as a database. i want that the xml fill will be himself generated as per our submited details. and i want to | | 4 | 51 | 5/13/2008 7:35:49 AM |
XML datasource from external website XML file
Hi all i need to extract some data into a page on my website, but the xml file is on different web server, not in our bunch, but out in the ether. is it possible to use this fil | | 1 | 53 | 5/12/2008 10:57:11 AM |
reading from XML database
hello..
i have a database as follows:
DEC
Coding
thakjdskcjksl
sdjhckjds
sdjhcfjkef
3
DJ
hsdhc@jshsdcj
alice | | 3 | 58 | 5/12/2008 10:08:45 AM |
XML - Datatables and Dataset writing to file
Hello
Kind of new on XML writing so i have some questions that i havent found answer to
I have one dataset with severals datatables and tableadapters on that. I first do a s | | 4 | 46 | 5/12/2008 9:20:17 AM |
Expression must evaluate to a node-set.
I try to retrieve XML CDATA Section but it throws the following error:
- Expression must evaluate to a node-set.
< | | 6 | 265 | 5/11/2008 2:32:44 PM |
How can i check if the XML element can or cannot be blank?
Hi all!
I have an XML schema and i need to check if the XML element corresponding to the schema type can or cannot be blank. How can i do it?
I use .NET framework 3.0 | | 4 | 65 | 5/11/2008 10:56:43 AM |
HTML Defination DTD Problem
Hi Everybody !! | 3 | 53 | 5/11/2008 10:50:41 AM |
reading an XML file
Hi all,
I'm developing an aspx page which contains lot of label controls on it. there are about 60 label controls which i have given witha caption. Eg lblName this captures name of th | | 4 | 48 | 5/10/2008 5:07:38 AM |
guestbook with an xml database - problem
hi, i created a guestbook with an xml database. User submits the post, the post is saved in the xml file. To view the gusetbook, i use a databind statement in html file like this: &nb | | 6 | 64 | 5/9/2008 3:00:44 PM |
What Xquery to write for xml in C#?
i have an xml file of calendar. Below is the details of it.. <calender>
<appointment>
<< | | 1 | 59 | 5/9/2008 1:52:45 PM |
checking an xml node has a perticular attribute
How can i check whether an xml node has a perticular attribute? like Dim mynode As System.Xml.XmlNode =get _node() mynode.HasAttribute & | | 3 | 55 | 5/9/2008 11:34:49 AM |
XPath Contains problem.
I have the following XML:-
<doc>
<animal value="Dog">
<type value="Mammal Canine" />
| | 2 | 61 | 5/9/2008 9:16:00 AM |
XMl file
adsf Rammohan | | 1 | 53 | 5/9/2008 3:27:37 AM |
Attributes and Elements are getting prefixed instead of using the default n amespace
I need to emit some XML using an XmlTextWriter that mostly uses the default namespace but in a couple of places needs to use an alternate namespace. A simplified version of the XML I need to emit | | 1 | 53 | 5/9/2008 3:01:29 AM |
Does not recognise XML Format
Below is an XML that was generated from a Dataset
<?xml version="1.0" standalone="yes"?> <PC> <ID> | | 4 | 45 | 5/9/2008 2:33:23 AM |
Add new XElements to existing XML file
I am trying to lookup a track and append it to an existing list of tracks in an XML file but I am not having any success with my code. Could anyone help?
Thanks | 3 | 51 | 5/9/2008 12:52:06 AM |
XML
HI firnds I have xml string with many tag names like (ID,NAME)..
So my question is.. I need a code to find out perticular tagname like ( welcome) this is the Tag Name........ for welcome | | 2 | 56 | 5/8/2008 4:33:57 PM |