ASP AllianceThe #1 ASP/ASP.NET Community!BookReview:Programming ASP.NET- March 24, 2002 The arrival of ASP.NET has been a great boon to classic ASP programmers. To keep pace with the new technology has always been a challenge to all of us. One of the way to achieve this is to .....http://www.aspalliance.com/das/br_programmingaspnet.aspx User Controls - Part One- March 23, 2002 One of the best things about ASP.NET is the ability to easily separate code into different modules, unravelling presentation code from application logic. This allows developers with different skills sets to work on their area of speciality .....http://www.aspalliance.com/articles/usercontrols1.aspx Data paging- March 21, 2002 Common class for data paging navigation on the front-end siteshttp://www.aspalliance.com/tempest/paging.aspx The Ins and Outs of DataViews- March 21, 2002 In a DataSet, a DataView is a way that you look at your data. This article will show you what a DataView is and how to use it.http://www.aspalliance.com/wisemonk/view.aspx?id=AD032102 XML data transformation- March 20, 2002 Common class for XmlReaderXmlDocument data transformationhttp://www.aspalliance.com/tempest/dttrans.aspx DataView & RowFilter Property- March 20, 2002 This code snippet demonstrates how to use the DataView's RowFilter property to generate two DataGrids with one DataSethttp://www.aspalliance.com/aldotnet/examples/rowfilterdoublegrid.aspx Extracting ASP.NET Drive Info- March 19, 2002 Access information about disk drives attached to a serverhttp://www.aspalliance.com/brettb/ASP.NET.DrivesCollection.aspx WSM Part 4 : Developing a UI- March 18, 2002 This part will focus on how the site consumes the service and displays it for the users to use on the front end.http://www.aspalliance.com/wisemonk/view.aspx?id=AS031802 Creating a Proxy Class- March 18, 2002 A simple article that tells you how to create a proxy class for a web service.http://www.aspalliance.com/wisemonk/view.aspx?id=AN031802 C Class and Form Generator- March 18, 2002 The C Class Generator creates a C class from a SQL database table. The class will have private variables and public properties for each database column. Also created are the database Add,Update, Select, Delete and RecordCount functions.http://www.aspalliance.com/gfw/AA_yZCSharp.aspx |