POPULATE FORM FROM DATABASEAnytime you have a user login application on the web, you need to be able to give the user the ability to update their profile. One way to do this is with a form that populates itself with the users information which is stored in a database.
Portal / Vortal TutorialPerhaps you are taking this tutorial because you want to learn how to create more than just a web site. You want to build an online community and put some interactivity into a site. You want to learn how to build a portal or vortal. If this is true...
Proper CapitalizationCertain lists look better with the first letter of each word capitalized. As an intermediate user, it took awhile to develop this for use in ASP pages, but here is a small function to perform this no
Referring Page SourceStop bad input before it gets into your applications. Typically, form actions to your applications should only come from your server. You take time to develop your applications to handle input data in a very specific way whether by checking input on...
Retrieve E-Mail from a POP3 ServerQuiksoft Corporation's issue of E-Mail Secrets will show you how to build a reliable POP3 application the easy way. Developers who are new to POP3 as well as seasoned POP3 developers will find this article indispensable. Read this article and have a...