ASP AllianceThe #1 ASP/ASP.NET Community!Global Error Handler, Part 2- June 29, 2002 One of our first articles using .Net was a Global Error Handler that was included in our Global.Asax file. Since then we have modified the original code with a few additional features. We also use the same functions in several web sites so we...http://aspalliance.com/gfw/AA_GlobalError.aspx Looping Through Controls- June 27, 2002 This article shows how to traverse all subcontrols of a given root control.http://aspalliance.com/remas/ASP.NET/VFAQNET/TraverseControls/ Globalization- June 26, 2002 The article is about globalizing the content within ASP.NET based web applications, and discusses about four different approaches that can be adopted to globalize contents within our web based applications.http://aspalliance.com/hrmalik/articles/globalization.aspx Using Excel as a DataSource- June 25, 2002 You may not have known this, but Excel spreadsheets can be used as datasources. This technology came with Microsoft JET and can be a good solution if you have existing data in Excel and do not want to move it across to a new source.http://aspalliance.com/wisemonk/view.aspx?id=AD062502 A rollover image user control- June 24, 2002 Using JavaScript and ASP.NET to create a reusable "rollover" image user controlhttp://aspalliance.com/chrisg/default.asp?article=146 .NET Applications on UNIX- June 24, 2002 The .NET Framework is currently windows only however with the use of a new development initiative you may soon be able to run your .NET applications and develop them in UNIX.http://aspalliance.com/wisemonk/view.aspx?id=AP062402 Storing Images in SQL Server- June 23, 2002 In addition to storing text, numbers and other bits of data, SQL Server also allows you to store Binary data (usually images). This article will tell you how to set up a table and upload images into it.http://aspalliance.com/wisemonk/view.aspx?id=AN062302 User Control Page Templates- June 22, 2002 Many new ASP.NET developers miss their old familiar "include" files and other page template techniques. Try using ASP.NET User Controls to create site-wide page templates.http://aspalliance.com/shark/articles/Uct/UctDoc.aspx Using Data Access Interfaces- June 22, 2002 ASP.NET provides you with two managed providers however, these providers are derived from interfaces. These interfaces allows you to create functionality in your applications that allow for OleDB and SQL data access without having to code for both.http://aspalliance.com/wisemonk/view.aspx?id=AD062202 Review : JITIC- June 22, 2002 A review of the JITIC (Just In Time Instructional Content) from the Binary Bros.http://aspalliance.com/wisemonk/view.aspx?id=AP052522 |