blah blah blah is here! blah blah » Close

0
votes
0 answers

validating listview data against xml schema

Hi, Can someone tell me, is it posible to validate listview data against an xml schema when user edits listview column data in c# win forms applications. Thanks. Regards,

0
votes
0 answers

Convert XslTransform to XslCompiledTransform

Hi - I just converted an ASP.Net web app from 2.0 to 4.0 and the XslTransform code that I inherited no longer works in 4.0. I'm told I need to change the code to use XslCompiledTransform. Fine - but I can't figure out how to get XslCompiled ...

0
votes
0 answers

Searchable Class Or XML

I have never really been one to do much with XML before and was never really heavy in creating custom classes but the way everything is going its looking like that has to change. So here is what I am trying to do and you tell me what is ...

0
votes
0 answers

Tips for better implementation of Winform C# code with following requirement

Hi, I am a newbie to C# and OOP.. I need some advice regarding my requirement.. 1st Part: There are persons who use mobiles, of many subscribers and also have many numbers in each subscribers. If we consider the XML tags it woul ...

0
votes
0 answers

xml to excel (parsing)

Hi All, First of all I would like to thank you for the support. I am new in coding and need assistance in getting a specific xml content to an excel spreadsheet or to a datagridview. the XML file is not a standard one (i think and belo ...

0
votes
0 answers

Parsing and creating XML files?

I'm trying to create an XML file in one part of my application and then parse and read in another part to create objects like this: <Section Name="Sales"> <Employee Name="A" OwnsACar="True" ID=&quo ...

0
votes
0 answers

Build XML from repo.

Hi, I am new to this debugging. I am trying to build an XML , which should have details (all folders and files) from a repo. I should be able to give URL as the root node and the program should build XML covering all folders and ...

0
votes
1 answers

restore an xml file

AK01
15

Hi! I would like to know if it's possible to have an xml file as part of an app's resources? the thing is when my app starts it checks if certain file exists. And if not - then create that file at the specific location. So I want this fil ...

0
votes
1 answers

LastRow in DataGrid

AK01
15

Hi! I have an XML file: [code] <Paths> <Name>Total Commander</Name> <Path>C:\Programs\TC\TC.exe</Path> </Paths>[/code] I load this into DataGrid via DataSet and it works just fine. T ...

0
votes
0 answers

XML conversion

Hi, Could anyone please help me to convert XML to XML by using XSLT? My input xml is: <Root> <Students> <Student> <RegId>12001</RegId> <Absences> <Absence> ...

0
votes
1 answers

problem with saving richtextbox content into XML

q12
349

when I save some text with this code(from a richtextbox)into XML: [code] Node1.ChildNodes[retain].InnerText = "<![CDATA[" + RTBshadow[0].Text + "]]>"; doc.Save(DirGetFiles[listBox1.SelectedIndex]); [/code] I ...

1
votes
5 answers

xml CDATA problem

q12
349

I have this code that write and read some XML data. [code] document1.Load(fileName); XmlNode Node1 = document1.ChildNodes[1]; XmlNodeList Node2 = Node1.ChildNodes; XmlElement child = document ...

1
votes
6 answers

Search ALL Attributes in XML file

q12
349

Search ALL Attributes in XML file. For the moment I make this useful Search for ALL the Nodes in a XML file. I wonder if something similar can be done for Attributes? Here is my findings: [code] string retName; XmlNodeList list = nul ...

0
votes
0 answers

reading XML data into SQL server 2005 with datasets of C#'s ADO .net

hello debuggers, my scenario is i have an XML with a root tag and child tags in it and still those childs also have sub tags/child tags in them(please see the XML below).i need all these to be available in my SQL Server 2005.i am able t ...

0
votes
2 answers

Final year project ideas

hi im doing my final year project(Bsc) and im looking for some suggestions on what to do. I would like to develop something in c# smart device/windows mobile and xml any suggestions would be greatly appreciated. Thanks

Feedback