Looking to hold an event such as a contest, survey, poll, or quiz on your site? Are you trying to avoid all the headaches of having to manually handle entries, winners, totals, and all the boring time consuming stuff? If so, this is the script...
Create an XML feed for a database and allow webmasters to pull data from your active databases.
This script generates an XML feed from a MySQL database. Designed to post local stories, or headlines provided by Moreover.
A very simple class that reads an XML document, parses it into a PHP object and allows easy access to the variables from within PHP.
Displaying XML Data in an ASP.NET page: Binding DataGrid to an XML File / is a web based tutorial in which the author offers procedure to bind XML data with the data control by using Dataset class. The author gives details about ReadXML() method,...
This example demonstrates a nice an easy way to databing an an XML Document to an ASP.NET drop down control.
Displaying Cached XML Data in a DataGrid, and Intelligently Refreshing the Data is an article in which author discusses about the process of displaying the XML document, which is stored in the cache memory. In this article the author explains...
Adding an XML Newsfeed To Your Site is a simple article dealing on the content management systems of website news publishing. The author has given guide lines for publishing news on the website along with the ASP codes for selecting current news...
This is a simple tutorial which demonstrates users about how to edit XML documents in ASP.NET. In this tutorial the author shows the method for editing, sorting, deleting and inserting records into an XML document using datagrid control. Source...
How do I create a string in C# is an article in which author demonstrates the procedure for constructing string using string builder. Here the author offers a code snippet, which helps in performing the above said process. ASP.NET programmers and... |