|
|
Build Your Own Cookie Class |
|
|
|
|
Monday, 03 October 2005 |
by Grant Harmeyer  Often times when I am building a web application, I am presented with instances in the application that require the user to input the same set of information. Typically this consists of data that is non-sensitive in nature, such as the user's name, address, email address and so on. One of the easiest ways to store this information is in a cookie. In this month's column, I will demonstrate how to create a class in C# that will maintain a cookie within an ASP.NET application.
Comments (0 ) |
|
Read more...
|
|
|
Form Mailers: Basic and Elegant |
|
|
|
|
Thursday, 01 September 2005 |
by Grant Harmeyer 
Requirements: ASP.net, Internet Information Services, Visual Studio.NET 2003 (recommended)
As a web developer, at some point in time you are going to have to make an
email address available on a website in one form or another. The
traditional quick and dirty way to accomplish the “publishing” of an
email address on a website is to make the email address a hyperlink
using an HTML anchor tag with the email address specified as the HREF
attribute as shown below: Comments (0 ) |
|
Read more...
|
|
|