Home >>
Tutorials & Examples >> XML
| XML |
|
>>>
Serialize
|
>>>
XSLT
|
XML
Sorted By
date desc
|
Sort By:
|
Date
|
Most Popular
|
Name
|
Ratings
|
In this short "how to," I will show you how you can bind a nested XML element to a repeater control. But, first of all, let's see an example where we bind a simple XML to a repeater control.
|
|
The .NET framework provides many easy-to-use XML classes. Two of them are the XmlTextReader and XmlTextWriter classes. These classes are very easy to use. Because they don't require much code, you can easily display the content of an XML file with th |
|
Use XSL to transform your XML content out to your ASPX page with this simple control |
|
How to make use of XML schemas and code generation within Visual Studio.NET. Shows some tricks and techniques to help you with using strongly typed datasets within your applications. |
|
Exploiting the .NET XPath Query Engine to Navigate |
|
When you're working with XML documents, one of the easiest ways to get data is by using an XPath query in conjunction with an XmlDocument (you can also use the XmlDataDocument class which inherits from XmlDocument). |
|
This application is a version of the well-known game of jeopardy that we use in our FlaDotNet.com .NET user group. The original version, created by Shervin Shakibi(Shervin@ComputerWays.com), accessed all of the Jeopardy Data from a SQL Server Databas |
|
|