XML-Based ASP.NET Page Templates is a web based tutorial in which author discusses about creating ASP.NET page templates, which allows creation of structure of template and recompiling automatically when the tempalte changes and also avoid unneccessa
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, whi
This is an article that deals with a function to return and send details from and to a website. Author says that this process can be easily done by using a tool suite from Microsoft component that is capable of working with XML technology. This tutor
This is an useful tutorial for the .NET programmers to know about various syntax and semantic differences between ASP and ASP.NET. Some of the differences explained by the author are, ASP.NET does not support page-render functions whereas ASP support
This is an online tutorial that guides users to retrieve page-by-page XML data from the database using ASP. In this tutorial the author performs this process by using an include file PageControl.asp from ASP file for retrieving XML data from the back
Using the web.config XML file in ASP.NET, the users could change and save the configuration settings, this is what explained in this tutorial. The web.config XML file in ASP.NET allows the configuration setting to be stored in the root directory. Th
This is a program that helps users to have multiple return URL through 2Checkout.com. This program is easy to use like just create your recurring product, set the return URL to the script installation page, enter the product number and desired return
UltimateAjax is an ASP.NET server control to provide AJAX callback functionality in your web applications.
This is an article that guides users to bind to XML data using Internet Explorer. This article instructs users to create an ASP page to act as a data source for an XML data island added in ASP. This tutorial makes it possible with the help of IStream
Out of the box, ASP.NET is a very powerful platform for writing XML Web Services. But what happens when you need to format the XML to match an existing XML grammar? Not surprisingly, this can be accomplished using the XML Serialization Engine. In the |