
In this article, you will learn how to build a component that generates a unique id that you can use in your ASP application. This unique id, or GUID (Globally Unique Identifier), is very useful to track unique visitors to your site, or to be used as a primary key for database inserts, etc.
|