|
|
|
|
|
Total Hits: 161 | Today: 0 |
Author: Iulian Iuga
|
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....
|
|
|
|
Total Hits: 133 | Today: 0 |
Author: Brett Burridge
|
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...
|
|
|
|
Total Hits: 127 | Today: 0 |
Author: Web Wiz Guide
|
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!...
|
|
|
|
Total Hits: 94 | Today: 0 |
Author: Microsoft
|
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....
|
|
|
|
Total Hits: 207 | Today: 0 |
Author: Robert Chartier
|
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! ...
|
|
|
|
Total Hits: 380 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 904 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 647 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 393 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 477 | Today: 0 |
Author: Richard Quinn
|
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!...
|
|
|
|
Total Hits: 107 | Today: 0 |
Author: aspfaq.com
|
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....
|
|
|
|
Total Hits: 264 | Today: 0 |
Author: fschudel.
|
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...
|
|
|
|
Total Hits: 370 | Today: 0 |
Author: BrianLaF.
|
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....
|
|
|
|
Total Hits: 174 | Today: 0 |
Author: Priyadharshini Sridharan
|
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....
|
|
|
|
Total Hits: 101 | Today: 0 |
Author: Keith Dean.
|
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...
|
|
|
|
Total Hits: 70 | Today: 0 |
Author: Anil Bhimavarapu
|
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....
|
|
|
|
Total Hits: 177 | Today: 0 |
Author: Steve Schofield
|
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!...
|
|
|
|
Total Hits: 162 | Today: 0 |
Author: Nathan Ridley
|
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 ...
|
|
|
|
Total Hits: 99 | Today: 0 |
Author: http://www.4guysfromrolla.com
|
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....
|
|
|
|
Total Hits: 102 | Today: 0 |
Author: admin
|
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 [...]...
|
|
|
|
|
|
|