Click here to Skip to main content
16,006,531 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XML validation Pin
Erik Westermann19-Sep-02 3:46
professionalErik Westermann19-Sep-02 3:46 
GeneralRe: XML validation Pin
Hans Ruck19-Sep-02 21:13
Hans Ruck19-Sep-02 21:13 
GeneralXML Schema and circular references Pin
Senkwe Chanda18-Sep-02 2:13
Senkwe Chanda18-Sep-02 2:13 
GeneralRe: XML Schema and circular references Pin
Erik Westermann18-Sep-02 3:22
professionalErik Westermann18-Sep-02 3:22 
GeneralRe: XML Schema and circular references Pin
Senkwe Chanda18-Sep-02 4:44
Senkwe Chanda18-Sep-02 4:44 
GeneralBegginer XML question. Pin
Chagit17-Sep-02 3:13
Chagit17-Sep-02 3:13 
GeneralRe: Begginer XML question. Pin
Christian Graus17-Sep-02 12:45
protectorChristian Graus17-Sep-02 12:45 
GeneralRe: Begginer XML question. Pin
Paul Watson17-Sep-02 21:47
sitebuilderPaul Watson17-Sep-02 21:47 
Chagit wrote:
How can I do it using C# in ASP.NET?

There are many ways, both conventional and unconventional.

As Christian mentioned you can use the power of the DataGrid to do most of the grunt work for you. This article explains how it is done.

You can also do it manually by having a master/detail setup as you would have had in ASP with a SQL data source. Remember XML is just a data source really, not a full query/input technology. You still need processing from ASP or ASP.NET or some other language to get data into an XML source.

So for example you would use XSL to output the HTML which included a FORM element back to a handling ASP page which goes through the FORM child-input-elements writing the changed data back into the XML file.

Paul Watson
Bluegrass
Cape Town, South Africa

GeneralSOAP ... Pin
Kain16-Sep-02 12:03
Kain16-Sep-02 12:03 
GeneralA parent or not a parent, that is the question... Pin
Nood!e16-Sep-02 9:52
Nood!e16-Sep-02 9:52 
GeneralRe: A parent or not a parent, that is the question... Pin
Christian Graus17-Sep-02 12:46
protectorChristian Graus17-Sep-02 12:46 
GeneralRe: A parent or not a parent, that is the question... Pin
Nood!e17-Sep-02 21:19
Nood!e17-Sep-02 21:19 
QuestionXSD ??? Pin
Christian Graus9-Sep-02 14:12
protectorChristian Graus9-Sep-02 14:12 
AnswerRe: XSD ??? Pin
Michael A. Barnhart9-Sep-02 15:24
Michael A. Barnhart9-Sep-02 15:24 
GeneralRe: XSD ??? Pin
Christian Graus9-Sep-02 15:31
protectorChristian Graus9-Sep-02 15:31 
GeneralRe: XSD ??? Pin
Michael A. Barnhart9-Sep-02 15:57
Michael A. Barnhart9-Sep-02 15:57 
GeneralRe: XSD ??? Pin
Christian Graus9-Sep-02 16:10
protectorChristian Graus9-Sep-02 16:10 
GeneralRe: XSD ??? Pin
Michael A. Barnhart9-Sep-02 16:26
Michael A. Barnhart9-Sep-02 16:26 
GeneralRe: XSD ??? Pin
Christian Graus9-Sep-02 16:30
protectorChristian Graus9-Sep-02 16:30 
GeneralRe: XSD ??? Pin
Michael A. Barnhart9-Sep-02 16:35
Michael A. Barnhart9-Sep-02 16:35 
GeneralRe: XSD ??? Pin
Paul Watson11-Sep-02 8:11
sitebuilderPaul Watson11-Sep-02 8:11 
GeneralRe: XSD ??? Pin
Nood!e17-Sep-02 21:57
Nood!e17-Sep-02 21:57 
AnswerRe: XSD ??? Pin
Ranjan Banerji11-Sep-02 4:09
Ranjan Banerji11-Sep-02 4:09 
AnswerRe: XSD ??? Pin
Paul Watson11-Sep-02 8:14
sitebuilderPaul Watson11-Sep-02 8:14 
AnswerRe: XSD ??? Pin
Richard Deeming12-Sep-02 5:14
mveRichard Deeming12-Sep-02 5:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.