Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  73
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Sunday, October 12, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > Miscellaneous
Search
DevASP

What's New
What's Hot

Customizable forms       
Total Hits: 161  |  Today: 0 Author: Iulian Iuga       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a simple project that uses a template page to display different objects. The structure is represented in the registry settings.Template Active Server Pages to display different objects based on registry setting....

An ASP Documentation Tool™       
Total Hits: 133  |  Today: 0 Author: Brett Burridge       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes the ASP Documentation Tool™, a utility I wrote to automate the documentation of web applications developed using ASP 2.0 or 3.0 and the VBScript and JScript scripting languages. When developing applications using Java and Perl, I've always been impressed with the JavaDoc and PerlDoc documentation utilities these languages support. When producing work for a client, these utilities take a lot of the hard work out of the mundane (but critically important) work involved with d...

Installing IIS on Windows XP Pro       
Total Hits: 127  |  Today: 0 Author: Web Wiz Guide       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are running Windows XP Professional on your computer you can install Microsoft's web server, Internet Information Server 5.1 (IIS) for free from the Windows XP Pro installation CD and configure it to run on your system by using the listed instructions. Read the article to learn more!...

Using Scripting Languages       
Total Hits: 94  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

Scripting languages are an intermediate stage between HTML and programming languages such as Java, C++, and Visual Basic. HTML is generally used for formatting and linking text....

Creating a Questionnaire       
Total Hits: 207  |  Today: 0 Author: Robert Chartier       Rating:  
Read Reviews | Write Review |              Your Rating: 

Need to quickly create a dynamic and reuseable Questionnaire. This simple set of functions will allow you to get up and running in no time!
...

Enhancing ASP+ Applications with Javascript       
Total Hits: 380  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This session is targeted at ASP+ programmers who are looking to expand their knowledge beyond server side development and move more into client side development with JavaScript...

ExcelADO Demonstrates How to Use ADO to Read and Write Data in Excel Workbooks       
Total Hits: 904  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The ExcelADO.exe sample illustrates how you can use ActiveX Data Objects (ADO) with the Microsoft Jet OLE DB 4.0 Provider to read and write data in Microsoft Excel workbooks...

Database-Driven URL Linking System       
Total Hits: 647  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Create a links page where the links are generated dynamically. Display the links along with other fields, and when the link is clicked a counter field is incremented and the user is redirected to the URL. Assume we have a table named tblClients. Let us further assume that there are 5 fields in this table...

Taking Advantage of the Dictionary Object       
Total Hits: 393  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the most under-utilized features of the scripting runtime is the Dictionary object. Whilst many developers have taken advantage of the FileSystemObject object...

Object Oriented ASP: Using Classes in Classic ASP       
Total Hits: 477  |  Today: 0 Author: Richard Quinn       Rating:  
Read Reviews | Write Review |              Your Rating: 

Do you know how much of a nightmare some ASP pages can be? Do you know how disastrous it is to intermingle HTML with program code? Yes, you do, I know you hate it too! Been there, seen that, you've probably got some cool tricks to reduce the clutter in your own work. Perhaps you use functions extensively, putting away code from out of your HTML and into an include file? Well here's an article showing you how you can take this principle (called information hiding) to a new dimension!...

Can I bypass the ten connection limitation in Workstation / Professional?       
Total Hits: 107  |  Today: 0 Author: aspfaq.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

NT 4.0 Workstation, Windows 2000 Professional and XP Professional all come with a limit of ten simultaneous connections. When there are more than ten active connections, you might see one of the following:
The page cannot be displayed
There are too many people accessing the Web site at this time....

ASP Code Analyzer       
Total Hits: 264  |  Today: 0 Author: fschudel.       Rating:  
Read Reviews | Write Review |              Your Rating: 

The goal of this tool is to check an APS project/folder for unused code elements. These elements include unused constants, global variables, functions, subs and local variables. This comes in very handy if you undertake large changes in a project or use include files from previous ASP projects and want to be sure, that you do not deploy unnecessary code.
This article will not describe in detail how the code works, since the main topic is how to get rid of unused elements and the code is actua...

Multiple Selection Dropdown       
Total Hits: 370  |  Today: 0 Author: BrianLaF.       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code shows how to do a basic multiple selection dropdown on a webpage, using ASP and JavaScript. I couldn't find anything like this on the web, so I hope it comes in handy....

A Simple TabView for Web Pages       
Total Hits: 174  |  Today: 0 Author: Priyadharshini Sridharan       Rating:  
Read Reviews | Write Review |              Your Rating: 

We come across some situations where in we need to show say some 'n' number of related pages. Instead of displaying them as simple links, a tab view representation as discussed in this article would provide a more clear picture. This component delivers the tab control in pure DHTML, using cascading stylesheets and JavaScript to do the job. The demo project shows how to use the component in your .asp pages....

Assuming the Identity of a Domain user to access Exchange via CDO       
Total Hits: 101  |  Today: 0 Author: Keith Dean.       Rating:  
Read Reviews | Write Review |              Your Rating: 

Although we all appreciate the need for security, there are times when you would like to avoid the need to login to a web page to view a public or corporate Mailbox/Calendar/Tasklist via Collaborative Data Objects (CDO). This code allows a user to assume the identity of an existing user, and avoids the NT challenge response prompt. It could also be used anywhere that it is desirable to allow for access to a resource accessible via NT authentication. This approach in effect simulates the provisio...

Required Field Validation in ASP+       
Total Hits: 70  |  Today: 0 Author: Anil Bhimavarapu       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article I will demonstrate how to validate the user to enter the username and password in the login screen, which is a very common application in almost all the web sites. In ASP+, we have a RequiredFieldValidator Server control which checks the field if anything is entered into the field and displays a message if the field is empty. Else navigates to the next page. Notice how the isValid property of the page object is used to check whether the page is valid or not....

Ad Tracking URL Hits       
Total Hits: 177  |  Today: 0 Author: Steve Schofield       Rating:  
Read Reviews | Write Review |              Your Rating: 

Here is the ad tracking I've used on occasion from http://aspfree.com. This has a stored procedure, two tables (one for tracking hits by day and by vendor, second for just storing info about the vendor). I've also used an ASPX page to grab the request.querystring, record to the database and then redirect the user to the particular link. When you write out the hyperlink programmatically or by hand goes something like HTTP://YOURDOMAIN.COM/TA.ASPX?V=1. Downloadable code available!...

Count your ASP/JS Code! (mini-article)       
Total Hits: 162  |  Today: 0 Author: Nathan Ridley       Rating:  
Read Reviews | Write Review |              Your Rating: 

Have you ever worked on a project for so long that you've lost count of how much work you've actually put into it? I've been working on a universal website content management system with a full no-code-required setup system for about 8 months now, days, nights and weekends. And after a while it's nice to be able to give yourself a bit of a pat on the back from knowing how much effort you've put in. Yesterday, having lost "the zone", I whipped up this little utility to work out how much code I'd ...

Rotating Banners       
Total Hits: 99  |  Today: 0 Author: http://www.4guysfromrolla.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

Every freaking Internet site out there has a rotating banner system. Advertising on the Internet is becoming a huge business, and is expected to continue its incredible growth. So, just how do all those sites implement a rotating banner system? Who knows? Who cares! ASP provides you with a very easy way to rotate banners on your site by using the Ad Rotator....

8 TOP Ways To Promote Your RSS-XML Feed For MAXIMUM Exposure       
Total Hits: 102  |  Today: 0 Author: admin       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article outlines 8 ways to Maximize your RSS feed for Maximum exposure. Resources included.
RSS(Real Simple Syndication) is the new technology on the block and is taking the Internet by storm as Internet marketers are hurrying to incorporate this new form of communication and technology into there existing online businesses to Maximize there exposure online [...]...


1  2  3  4  5  6  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com