Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  148
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Monday, February 08, 2010
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 > ASP
Search
DevASP

What's New
What's Hot
Listings for Applications Applications (966)
Listings for Articles & Samples Articles & Samples (2961)
Listings for ASP Books ASP Books (100)
Listings for ASP Hosts ASP Hosts (101)
Listings for ASP Sites ASP Sites (80)
Listings for Components Components (463)
Listings for Knowledge Base Knowledge Base (192)
Listings for Sample Chapters Sample Chapters (27)
Listings for WebCasts WebCasts (1)
 


An Insider View of Uploading Files using ASP       
Total Hits: 7  |  Today: 0 Author: www.asp101.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

The notion of a "thin-client" is a myth today. Perhaps this will change with the proliferation of TV- or Palm-top browsers, but the vast majority of web clients today use a highly functional PC, with plenty of client-side storage and lots of interesting client-side content....

Upload Files with Your Browser in 2 Lines of Code       
Total Hits: 8  |  Today: 0 Author: Peter Persits       Rating:  
Read Reviews | Write Review |              Your Rating: 

File uploading is the process of sending an arbitrary file from a client machine to the server. The easiest and most convenient way to upload a file is to use an RFC1867-enabled browser such as Microsoft Internet Explorer 4.0+, Netscape 3.0+, or Internet Explorer 3.0 with the upload add-on. Browser-based uploading is performed via an HTML form with the attribute ENCTYPE="multipart/form-data". This form must also contain one or more INPUT TYPE=FILE items with which the user specifies local files ...

The ASP 101 Discussion Forum       
Total Hits: 8  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Little did I know when we decided that we'd like a discussion forum on our site, what exactly we had in store for us!

This article is being written to address a number of issues about the ASP 101 Discussion Forum:

1. Why we decided we needed to write it.
2. The goals we set for the forum once we decided to build it.
3. Overview of the pages involved and explaining what code is where.
4. Additions and changes made since version 1 went online.
5. Steps to t...

In a World Of Databases, ASP and Text Files       
Total Hits: 8  |  Today: 0 Author: www.asp101.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

Plain text files offer some advantages for online applications using changing data. The idea of this series of articles is to explain some of the better tricks for using plain text files, or comma and tab separated lists to support dynamic data sources for the internet. These concepts can be used for Enterprise platform hopping as well as small business needs. A basic premise of this work is that these data files are read-only to the world as typical HTML pages are. This prevents users from alte...

Developing from Chaos       
Total Hits: 6  |  Today: 0 Author: www.asp101.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

A common problem with many businesses is that their data is not set up in any kind of relational database at some level. Oh, fun, it's always a big mess to go in and do anything with it without spending way more time than it's worth. What to do? ASP allows you to quickly create what you need to assemble a website without hand-wringing and develop a relational database on the way, making the time worth the trouble....

Using Drumbeat to learn ASP       
Total Hits: 8  |  Today: 0 Author: www.asp101.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

In Drumbeat, you build your Web application by applying Point-and-Click Interactions to a set of SmartElements. Smart Elements are Web components such as HTML and DHTML tags, ActiveX and COM objects, ASP objects, Design-Time Controls and Scriptlets. As you design pages in Drumbeat, you position SmartElements on the layout....

Uploading Multiple Files to your ASP script       
Total Hits: 8  |  Today: 0 Author: Bill Raudabaugh       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sending files to web browsers has always been easy. However, uploading files to the web server has been a very difficult task. Your options were pretty much limited to using FTP, FrontPage, or some other site management tool. These options have two fundamental problems:
1.Security Risk. They require NT accounts to be assigned or shared with anyone using these tools. And once inside, access to files can only be controlled through tedious management of file permissions....

BrowserHawk advantages over browscap       
Total Hits: 10  |  Today: 2 Author: /www.asp101.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

With over two years experience maintaining and fixing problems with browscap.ini, we're well aware of the limitations of the Microsoft browser capability component and the browscap file format. So are many other experienced developers - but how about you?...

Dependent Lists       
Total Hits: 8  |  Today: 0 Author: Greg McCormick       Rating:  
Read Reviews | Write Review |              Your Rating: 

While developing a Classified Ads application I ran into an interesting issue while building the Submit New Ad form. I wanted to assign a category and a subcategory to the ad (Click here for an Example). I was doing this by using two dropdown lists. The problem arises after you select your choice in the first list. Say you chose Automobiles. In the second list you have subcategories that contain everything but the kitchen sink. Really, you only want the Automobile related subcategories to show u...

Applications, Sessions, and Global.asa       
Total Hits: 8  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the things that most new ASP users find confusing is the concept of Sessions and Applications. Add to this the fact that there's this special file on the web server called global.asa that is somehow related (and yet can't be requested via a browser) and it makes for a very confusing situation indeed. That's why I'm writing this article. This isn't going to be a comprehensive discussion of everything you can do using Sessions, Applications, and the Global.asa, but is instead meant as an in...

Recordset Paging with ADO 2.0       
Total Hits: 8  |  Today: 0 Author: Michael Qualls       Rating:  
Read Reviews | Write Review |              Your Rating: 

Recordset paging is the process of breaking up a recordset into multiple "pages" of information for display. You've probably noticed that most well designed sites implement this feature, allowing you to navigate through a recordset to view a certain number of records at a time. Breaking the recordset data into pages allows for easy browsing by the user of the application and it also adds a professional touch. When I first started encountering this feature on the web a few years back, I immediate...

404 Error Report       
Total Hits: 8  |  Today: 0 Author: Lewis Moten       Rating:  
Read Reviews | Write Review |              Your Rating: 

By default, this script will attempt to send the 404 error report to the webmaster of the pages domain that it is hosted on. You can change this by editing the address sent with the SendReport Function Call. If you want to set it back to the default setting, change this text to "webmaster@domain.com"...


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com