ASP AllianceThe #1 ASP/ASP.NET Community!Write to a textfile via a form- December 23, 2000 Take that data and write it to a textfile, simple solution if you desire not to utilize a database as your backend.http://www.aspalliance.com/steven.swafford/articles/122300.asp Uploads in ASP.NET- December 20, 2000 If you're an ASP programmer, you'll know what I mean when I say that enabling your applications to handle uploads isn't piece of cake in ASP. At least insofar as in the end of the day you have to buy a component if you want your scripts to run smoothly.http://www.aspalliance.com/remas/ASP.NET/Upload/ Remove White Space From String- December 19, 2000 Use Regular Expressions to remove white space and carriage returns from a string.http://www.aspalliance.com/stevesmith/articles/removewhitespace.asp Select Random Row Using SPROC- December 19, 2000 Use a stored procedure to return a random row from a SQL query, the right way.http://www.aspalliance.com/stevesmith/articles/randomselect.asp Extract Text From HTML- December 19, 2000 ASPASP.NET examples of regular expression usage to extract text from an HTML string.http://www.aspalliance.com/stevesmith/articles/removehtml.asp Replace() In .NET- December 17, 2000 A simple lesson on how to duplicate the VBScript Replace() function in ASP.NET.http://www.aspalliance.com/stevesmith/articles/dotnetreplace.asp Avoid ADOVBS.INC- December 16, 2000 Using type libraries instead of an include file for your ADO constants produces faster, more maintainable code.http://www.aspalliance.com/stevesmith/articles/no_adovbs.asp ADO and Stored Procedures- December 16, 2000 Call stored procedures with ADO -- keep SQL out of your ASP!http://www.aspalliance.com/stevesmith/articles/sprocs.asp Arround DOT NET- December 15, 2000 Welcome to ASP.NET, C and VB.NET. A ticket to quickly getting up to speed with the new technologies.http://www.aspalliance.com/hansen/default.htm The Forgotten Art of Email Validation- December 14, 2000 Email validation done right, right here.http://www.aspalliance.com/stevesmith/articles/emailvalidation.asp |