Posted in XML. Has No Comments.
This tutorial will show you how to navigate XML information items in ASP.NET 2.0 using VB.NET. First, import the namespace of System.XML and System.XML.XPath The System.Xml.XPath namespace contains the classes […]
Posted in XML. Has No Comments.
This tutorial will show you how to navigate XML information items in ASP.NET 2.0 using C#. First, import the namespace of System.XML and System.XML.XPath The System.Xml.XPath namespace contains the classes […]
Posted in XML. Has No Comments.
RSS Feed is very popular in Internet. This tutorial will show you how to create a RSS Reader using ASP.NET 2.0 and C#. At first, import the namespace of System.Net, […]
Posted in XML. Has No Comments.
RSS Feed is very popular in Internet. This tutorial will show you how to create a RSS Reader using ASP.NET 2.0 and VB.NET. At first, import the namespace of System.Net, […]
Posted in XML. Has No Comments.
This tutorial will show you how to calculate average of data from XML using ASP.NET 2.0 and C#. This tutorial will show you how to calculate average of data from […]
Posted in XML. Has No Comments.
This tutorial will show you how to calculate average of data from XML using ASP.NET 2.0 and VB. This tutorial will show you how to calculate average of data from […]
Posted in XML. Has No Comments.
This tutorial shows you how to display data that resides in an XML file, in a GridView and DataList. C# version. First, look at the XML file. You’ll notice it’s […]
Posted in XML. Has No Comments.
This tutorial shows you how to display data that resides in an XML file, in a GridView and DataList. VB version. This tutorial shows how XML pages can be used […]
Posted in XML. Has No Comments.
Shows how to restructure XML with Transformation files in ASP.NET XML files can be structured differently. Some express properties of elements as attributes, whereas others express them as elements with […]
Posted in XML. Has No Comments.
This tutorial instructs how to create a simple Guestbook using an XML file for storage of comments. C# version. User interaction on a website is becoming more and more common; […]