ASP Subcategories |
Installing ASP.NET |
| ASP | Views: 0 | |
| Now that .NET has finally shipped, you've decided that you should probably start playing around with it. So where do you start? Right here is as good a place as any |
Paging Database Results in ASP.NET |
| ASP | Views: 0 | |
| One of the most common tasks developers are faced with when working with data-driven Web sites is the need to page data. Most data is only worthwhile if it can easily be digested by a human, so a data-driven Web site needs to present data in an easy-to-r.. |
A Simple Way To Tally Your Visitors |
| ASP | Views: 0 | |
| Hit counters are used by all types of web sites and allow us to keep an active tally of how many visits our site receives on any particular day. On a Windows NT/2000 web server, a professional hit tracking system that investigates the IIS log files can c.. |
XML Serialization in ASP.NET |
| ASP | Views: 0 | |
| In ASP there was no easy way to create an instance of a custom class, set some properties, call some methods, and then save the state of the instance of the class for later usage. Sure, you could place the instance in the Session or Application scope, bu.. |
Using MyODBC To Access Your MySQL Database Via ASP |
| ASP | Views: 0 | |
| Active Server Pages are a Microsoft technology that allows developers proficient with either Visual Basic or VBScript to easily adapt their skills and knowledge to the web with very little effort at all. ASP uses ActiveX Data Object (ADO) to connect to .. |
Bake a cookie! |
| ASP | Views: 0 | |
| One of the problems on the net is that you seldom know whom your dealing with. Is it a newbie on your site, a regular guest or your boss? Wouldn't it be cool if you could display different pages to each of them |
Creating a Custom Web Control To Consume an XML Web Service |
| ASP | Views: 0 | |
| Robert Chartier demonstrates how easy it is to create a Web server control that consumes any Web service. It will simplify integration with other sites and in-house projects. Sometimes, in order to simplify tasks, it's good to encapsulate a set of routin.. |
Date & Time Converter |
| ASP | Views: 0 | |
| This function was designed to obtain a coherent, reversable date & time stamp. It can be used for any number of things |
Formatting Numbers and Dates in ASP.NET |
| ASP | Views: 0 | |
| One of the nicest features of VBScript was its set of formatting functions, such as FormatCurrency, FormatDateTime, FormatNumber, etc. (For more information on these functions be sure to check out the Strings FAQ Category on ASPFAQs.com.) While these old |
Simplifying ConvertRStoXML() and Transforming With XSL |
| ASP | Views: 0 | |
| This article, by David O'Neill examines improvements to the ConvertRStoXML() function presented in an eariler article (see Creating a Function to Stream a Recordset to XML and Increasing ConvertRStoXML() Performance for more information). This function c.. |
Create Snazzy Web Charts and Graphics On the Fly with ASP.NET |
| ASP | Views: 0 | |
| Fresh from the pages of Microsoft's MSDN Magazine comes this article by author Scott Mitchell on creating charts and graphics on the fly with ASP.NET. Specifically, this article examines how to create simple graphics using the classes in the System.Drawi.. |
What is ASP.net? |
| ASP | Views: 0 | |
| You've probably heard of the term ASP.net thrown around on technology sites and news these days. Now get an overview just what ASP.net is with this article |
Getting Scripts to Run on a Schedule - Major Update! |
| ASP | Views: 0 | |
| After I published this article, I immediately got a bunch of email all asking the same basic question: Why not just associate the ASP file with a browser and schedule it to run directly? At first glance, this appears to be a reasonable option and would l.. |
Modify Access data online |
| ASP | Views: 0 | |
| In a few simple steps, learn how to insert, change, and delete Access database content over the Web |
Installing Personal Web Server (PWS) in Windows XP Home Edition? |
| ASP | Views: 1 | |
| There have been a number of questions on ASPMessageboard.com from users who are trying to install Personal Web Server (PWS) on Windows XP Home edition. Unfortunately these people are having trouble. (Recall that PWS is a scaled-down Web server that can b.. |
Can You Determine a Web Visitor's Geographic Location by IP? |
| ASP | Views: 0 | |
| One of the most popular questions asked on ASPMessageboard.com is along the lines of: "How can I determine a Web visitor's geographic location (country/state/city) by their IP address?" Sadly the answer is, "Not much." This FAQ, by Xander Sherry, examine.. |
Two Ways To Connect To SQL Server 2000 Via ASP |
| ASP | Views: 1 | |
| ASP allows even the newest developer to connect to databases with ease. In fact, the ease with which you can connect to a wide range of databases from within an ASP script is one of the reasons why ASP has become so popular. In this article Joe teaches u.. |
The ASP.NET Page Life Cycle |
| ASP | Views: 2 | |
| Solomon Shaffer explores the life cycle of an ASP.NET page from initialization to unloading. He also explains the various methods to override ASP.NET server-side events |
File Name Converter |
| ASP | Views: 1 | |
| This script is designed to take large number of files (ex. pics, gif, jpg, bmp) without progressive filenames from one directory, rename them with a progressive number, keeping the same file extension, and move them into a new directory |
Formatting Recordset Output into Multiple Columns or Rows |
| ASP | Views: 1 | |
| This latest FAQ examines how to apply formatting to the contents of a recordset so that you can display multiple records into multiple columns or in multiple rows |
|