- 1,233 categories
- 40,467 scripts
Updated: 06/19/2001
- This article shows how to create an XML document from a Recordset using the Microsoft XMLDOM object. It explains how to create a custom function that will take the contents of a Recordset and return a much friendly-on-the-eyes XML version. Once the ASP page calls this function and has, as a string, the XML structure, it can either save it to disk or write out the contents via Response.Write.
- Categories
- Tags
- Platforms
- Licenses
- The ActiveX component also includes a Windows DLL. Use the DLL from C++, Delphi, VB, PB, etc. Use the ActiveX from the .NET, ASP and scripts. The package includes sample VB applications for both the DLL and the ActiveX demonstrating how to create spe...
- Deliver general purpose and specialized 2- and 3-dimensinal charts, grids, and heat maps as applets or server-generated images (PNG, GIF, JPEG, SWF, SVG, WBMP) to the web browsers and mobile devices. Use Visual Studio .NET, Front Page, InterDev, Cold...
- Getting the most out of ASP-based Web pages on the Microsoft Web platform is the mission of Professional ADO 2.5 RDS Programming with ASP 3.0, a practical-minded tutorial for developing Web pages with dynamic content using the latest standards from M...
- This tutorial shows how to quickly create and track multiple-choice surveys using our XML-based Survey Server for IIS. It uses XML to store surveys, XSL to generate different presentations, and ASP to manage all the processing to create an extensible...
- This tutorial provides introduction to XML and then moves on to create an XML page. Step by step instructions are given to read the data from XML file using ASP pages. Sample Code and online demo available.