Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Articles   (RSS)

Using a Text Editor to Develop and Deploy an ASP.NET Web Application

My latest article demonstrates how to use the freeware Crimson Editor to develop, compile, deploy (Xcopy), and launch an ASP.NET web application in a browser. You can read it at ASPAlliance.com: Using a Text Editor to Develop and Deploy an ASP.NET Web
Posted by andrewmooney | 0 Comments
Filed under:

Alternate Table Row Colors with XSL

This XSL file is from an article I wrote entitled: Displaying XML Files with ASP.NET 2.0 . So, how do you alternate row colors? Compare the these two XSL files. Original XSL file from the article: <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet
Posted by andrewmooney | 1 Comments
Filed under:

AxpDataGrid for ASP.NET

The AxpDataGrid from Axezz is much more than another web grid component. This control can automatically generate both forms and grids from OleDb data sources. If you haven't looked at this component lately, look again, you'll be pleasantly surprised.
Posted by andrewmooney | 0 Comments
Filed under:

XML Form Generator, Part 3: Displaying the Results

Part 1 of this series demonstrated how to create an XML form using a DataGrid in a web page. Part 2 focused on how to display the XML form using XSL and then save the user input to a new XML file. This final part of the series will show how to create
Posted by andrewmooney | 0 Comments
Filed under:

Access Database Schema with ASP.NET 2.0

The next step in creating My First ASP.NET 2.0 Project is learning how to retrieve Access Database Schema. From database schema alone, there is no way to tell if a column in Access is the AutoNumber type. I have found a simple work around for this short

Editing Access Databases with ASP.NET 2.0

The first step in creating My First ASP.NET 2.0 Project is learning how to use some of the new web server controls like the AccessDataSource, GridView, and Details controls. This article demonstrates their use: Editing Access Databases with ASP.NET 2.0

XML Form Generator

This is a project that I've been working on to simplify the task of creating web forms to capture user input using XML and XSL. This series of articles on ASPAlliance is a complete, although basic, web application that will allow developers to easily
Posted by andrewmooney | 0 Comments
Filed under: