|
 |
 |
How to Integrate Login with a Master/Details Application
,
3/21/2004
,
In this article I will explain how you can integrate/link your login application with a Master/Details application with ASP.
Protect your Login from invalid User Input
,
10/14/2003
,
This is a the start of a series of articles about how to protect your Login from User Input, by filtering user input
How to use XML file as Database :: Part 2
,
4/23/2002
,
After you loved Part 1, here is Part 2 goes a live, telling you how to delete records from XML file
How to Search XML file
,
4/3/2002
,
See how you can search an XML File without alot of code, so you can use XML file as database, its Easy!
How to use XML file as Database
,
3/27/2002
,
Here is how you can use XML file as database... its easy, and you can learn about it, on this article you can even download the real examples, Good Luck
TIPS :: Protect your forms, from people playing around
,
3/18/2002
,
Protect your forms, check for the required fields of a form from the submission page to prevent people from playing around your code.
FAQ :: What is the Session Object?
,
3/17/2002
,
Read this brief definition of what is the Session Object
FAQ :: What is a WebClass?
,
3/17/2002
,
Read this brief definition of what is a WebClass
FAQ :: What is a Variable?
,
3/17/2002
,
Read this brief definition of what is a Variable
Advanced ASP :: Sending Emails using CDONTS
,
2/21/2002
,
Sending Emails form your ASP page is easy, see a real example of a page that sends emails from you pages using CDONTS, ITS VERY EASY!
Arrays :: Functions related to arrays explained
,
1/21/2002
,
There are three main functions related to Arrays that you should be aware of: LBound(), UBound(), and Split(). I will define each and explain when to use each of them.
Arrays :: Multi-dimensional arrays
,
1/21/2002
,
To create a multi-dimension array simply specify the number of columns and rows you want the array to have
Arrays :: Recoredsets into a multi-dimensional arrays
,
1/21/2002
,
See this example of making your recordset into a Multi-dimensional array, its easer that you might think it is
Conditionals :: If and Select Statements, How
,
1/21/2002
,
There are two types of conditional logic in ASP if and select. I will show you how to use both of them. In Conditionals Part 2, I will discuss when and why to use each of them
Conditionals :: If and Select Statement, When and Why
,
1/21/2002
,
Knowing when to use the if statement versus when to use to use the select case statement is fairly easy to understand.
|
 |
 |
|
|