Sponsors
Tips and Tutorials
XML DOM: Inserting/Modifying/Deleting elements using VB
This snippet demonstrates the all too common functionality of adding, modifying and deleting elements in an xml document. The demo page (see below) displays the xml before and after the actions.
Price: Free Rate:
4.0(out of 5) Vote:9
Displaying XML with XSLT and CSS
This is another simple snippet that shows how to use XSLT and CSS on the client to format your XML data.
Price: Free Rate:
5.0(out of 5) Vote:2
Converting from HTML to XML with HTML Tidy
This tip demonstrates how to convert HTML documents to XML (or more specifically, XHTML) with a simple, open source tool, HTML Tidy. This conversion is useful for webmasters who are migrating to XML. It can also help XML converts who have to interface with legacy HTML tools.
Price: free Rate:
0.0(out of 5) Vote:0
Using XML and XSLT in VB.NET Jeopardy
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, accessed all of the Jeopardy Data from a SQL Server Database using DataReaders.
Price: Free Rate:
5.0(out of 5) Vote:6
XML DOM: Adding an Child Element
This sample illustrates an example of adding an attribute to an element and also demonstrates adding a child element.
Price: Free Rate:
4.0(out of 5) Vote:3
Formatting XML with CSS
This page is a simple listing of some of my favorite jokes. The data is stored in an XML file and the formatting is accomplished using nothing more than Cascading Style Sheets.
Price: Free Rate:
5.0(out of 5) Vote:4
Interactive SQL Server & XML Online Tutorial
This tutorial will show you the different methods of retrieving XML from SQL Server, how to control how the data is returned, and then discuss how to navigate through the returned results. You will also learn ways of viewing SQL Server tables from an XML perspective. From there you’ll learn how to load data into SQL Server using XML natively, including real-time over HTTP.
Price: free Rate:
4.5(out of 5) Vote:2
Displaying an Image from an XML Element
This sample illustrates 3 different ways that you can create an HTML Image tag from an XML element(which contains the location of the image).
Price: Free Rate:
5.0(out of 5) Vote:3
Binding XML to a DropDown in ASP.NET
Binding XML to a DropDown in ASP.NET
Price: FREE Rate:
0.0(out of 5) Vote:0
Sorting Data Islands by clicking on the column header (using beh
This snippet demonstrates how to use behaviors to Sort a table by clicking on the column header. It also uses behaviors to highlight the row when moving the mouse over it.
Price: Free Rate:
5.0(out of 5) Vote:5

