| Latest Articles on DevASP |
| Sending Mail from ASP with CDONTS.NewMail Object (DevASP) NEW |
 | NewMail object gives you the ability to send a message within an ASP page with only few lines of code. This article will help you understand different properties and methods of CDONTS.NewMail Object. |
|
| Ten Things to Do With IIS NEW |
 | In this article Matt J. Foley explains the top ten tips for making the most of your IIS. |
|
| Setting the Reply-To Header in an Email using CDONTS.NewMail Object NEW |
 | This Sample code will help you understand how to set the Reply-To Header in an email using CDONTS.NewMail object in an ASP Page. |
|
| ASP Server Variables NEW |
 | This simple example will show you some commonly used server variables and a small script that can be used to retrieve the list of server variables and their values. |
|
| How to Check if a file exists using FileSystemObject NEW |
 | In many cases we need to check if a particular file exists on the server or not. This simple function returns true or false based on the file existence. Just pass a valid file name to the function. |
|
| How to populate a dynamic dropdown |
 | Use this small code to populate a dropdown from a database tabel in an ASP page. This Sub Routine will check for selected Record and mark as Selected. |
|
| How to create DSN for an Access database |
 | You can connect to an Access database within an ASP page with different methods. This article will help you to create a System Data Source Name (DSN) for an Access database on your local machine. |
|
| How to create DSN for Microsoft SQL Server |
 | This article will help you to create a System Data Source Name (DSN) for Microsoft SQL Server on your local machine. |
|
| An Introduction to ASP |
 | Active Server Pages is a programming environment that gives the ability to generate dynamic html pages with the help of server side scripting. |
|
| Sending Email in HTML format using CDONTS.NewMail Object |
 | This Sample code will help you understand how you can send a HTML formated email from an ASP page using the CDONTS.NewMail object. |
|
| XML Strengths and Weaknesses with DOM, ASP and XSL |
 | Since the inception of XML, many developers have wondered why we need XML... How is it better than HTML and what does it do? For starters, XML is far more powerful than HTML, and the power resides in |
|
| Connect to Access database with MapPath Function |
 | Connecting to an Access database without DSN Connection, Using MapPath Function of Server Variables. |
|
| ASP Hit Counter |
 | You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page useing Server Side Include(SSI). |
|
| XSLT Basics |
 | A Sample Chapter from "Professional XSL". This chapter will provide you with enough information to start building useful XSLT stylesheets. I will introduce a number of the elements that make up the la |
|
| VoiceXML with XSLT (HTML and WML) |
 | A Sample Chapter from Early Adopter VoiceXML. This chapter examines the use of the Extensible Stylesheet Language for Transformations (XSLT) as a tool for the generation of VoiceXML. I intend to illustrate a complete, end-to-end example of implementing a voice interface for a client-server database via XML and XSL |
|
| Embedding Objects |
 | A Sample Chapter from HTML 4.01 Programmer's Reference. HTML is the language of the web. If you need to build a web page, then you'll have to start with HTML. The most recent specification: HTML 4.01 defines several new features including expanded support for multimedia, style sheets (including aural style sheets, and the new CSS specifications), scripting, and new accessibility and internationalization standards. |
|
| XML Structures for Existing Databases |
 | A Sample Chapter from Professional XML Databases. In this book, we look at how to integrate XML into your current relational data source strategies. With the increasing amount of data stored in relational databases, and the importance of XML as a format for marking up data - whether it be for storage, display, interchange, or processing. |
|