Consuming the RSS Feed of Amazon using C# and ASP.NET is an article demonstrating the webmasters about how to extract the RSS Feed from the Amazon website and using XSLT how to change it to HTML format. After that it could be brought up in the...
A Practical Comparison of XSLT and ASP.NET is an article in which the author shows you the diference in the performace of ASP.NET and XSLT. The author compares both ASP.NET and XSLT by providing the solution for getting the XML data and convert it...
ASP.NET Mobile Web Forms and ASP.NET Compatibility is an article where the author gives solutions to solve compatibility problems for .NET mobile programmers. This article explains in detail how to use Error Handling and Reporting, Tracing,...
ASP.NET Namespaces for Mobile Controls is a simple article where the author explains about the three namespaces in mobile .NET that can be used to implement the run-time and design-time behavior of mobile components and controls....
ASP.NET Syntax for HTML Controls is an useful tutorial for the web programmers to gain more knowledge about the various ASP.NET HTML server controls. In this tutorial the author describes various server controls such as HtmlAnchor Control,...
ASP.NET: Prepare for a New World is a .NET reference site in which author discusses about steps involved in migrating the existing ASP pages to ASP.NET applications. Here author gives few examples for adapting to ASP.NET framework and also gives...
ASP.NET Syntax for Validation Controls is a web based tutorial which helps you to know about the validation controls of ASP.NET. This tutorial explains you the use of the validation controls such as CompareValidator Control, CustomValidator...
An introduction to XML, XSL, and ASP.NET is a web based tutorial in which the author demonstrates about different classes that perform the process of creating, accessing and loading XML datas. The author gives detailed description about each...
Custom ASP.NET TraceListener for Debugging is an article in which author discusses about the process of utilizing Debug.Assert() functionalitiy which executes the process of detecting the exact place that the failure occured. In this tutorial the...
Using the ASP.Net Runtime for extending desktop applications with dynamic HTML Scripts is a web based article in which programmers can learn about the method of hosting the ASP.NET runtime class in desktop applications. Here the author gives... |