ASP AllianceThe #1 ASP/ASP.NET Community!ADO.NET: Displaying Data- June 21, 2002 Provides information on how you can use ASP.NET server controls to bind to and display the results of SQL queries.http://aspalliance.com/aspxtreme/adonet/displayingdata.aspx POP3 Mail- June 21, 2002 POP3 Mail : Building a class to perform the most common POP3 taskshttp://aspalliance.com/damianm/article1/3/ ADO.NET Primer- June 21, 2002 A brief intro on adding database connectivity to Web Forms pages.http://aspalliance.com/aspxtreme/adonet/adonetprimer.aspx Dynamically control HTML tags- June 21, 2002 ASP.NET not only gives you HTML and Server controls in your pages, but you can also dynamically change standard HTML Tags by just adding a couple of new attributes.http://aspalliance.com/wisemonk/view.aspx?id=AN062102 Review: SQL 2000 by Example- June 19, 2002 Book Review: SQL Server 2000 Programming by Example - a great tutorial and reference with implementation specifics.http://aspalliance.com/shark/reviews/DB/SQLProgByExam.aspx ASP.NET Web Matrix- June 18, 2002 Introducing ASP.NET Web Matrixhttp://aspalliance.com/crickard/WebMatrix.aspx Keep Sessions in SQL Server- June 17, 2002 If your web server is part of a server-farm or you want additional securitycontrol, then you can use web.config and SQL Server to store user session information in SQL Server.http://aspalliance.com/wisemonk/view.aspx?id=AN061702 Review: Guide ADO.NET in C- June 17, 2002 Book Review: A Programmer's Guide to ADO.NET by Mahesh Chand. Get started with a good foundation in .NET database programming.http://aspalliance.com/shark/reviews/MChand/AdoNetCSharp.aspx ExecuteScalarGetObject in C- June 17, 2002 This is a function that I have used in almost every application. ExecuteScalar is fast and for returning a single value, almost unbeatablehttp://aspalliance.com/gfw/AA_GetObject.aspx File uploading with .NET- June 16, 2002 How to upload files using the HttpPostedFile classhttp://aspalliance.com/damianm/article/2/ |