1 - 20 of 50
Previous
Next
Passing Information Securely Between ASP and ASP.NET
March 10, 2006Many classic ASP applications exist side-by-side with newer ASP.NET applications, sometimes leading to a need to transfer or share information between the two. This article shows one method of transferring such information securely.
Optimize ASP and IIS by Decoupling Long-running Requests
August 24, 2004Lengthy Web requests, such as those that process and format complex reports, tie up threads from the ASP thread pool. When the number of ASP requests exceeds the number of available threads, you'll see a dramatic slowdown in response time. To solve the problem, you have to make your ASP pages run faster. And to do that you need to decouple the background request processing from the requesting ASP thread. Here's how.
Top 10 Tips from the DevX Tip Bank
February 4, 2004Who knows better what type of tricks and workarounds are useful to you than your fellow developers? Take a look at the Top 10 latest Tips from the DevX Tip bank!
How To Output RTF-formatted Documents with ASP
December 4, 2003HTML isn't your only choice for displaying content from ASP. Learn how to build a simple class to generate RTF documents and tables on the fly with basic text and paragraph formatting.
Automate Your Classic ASP Web Forms
November 14, 2003If you've ever created data-driven forms, especially complex ones, you know how hard it is to make all the control names and database column names match up correctlyand you'll immediately appreciate how the techniques shown in this article can simplify development, reduce errors, and minimize maintenance.
Tactical ASP: Form-Building Routines
November 7, 2003ASP programmers frequently develop Web apps that rely on displaying data within forms linked to a back-end database. To do this, you either create forms displaying data contained within a database, or display a form whose data you plan to place within a database when the form is submitted. In this three-part series, Rama shares some useful form-building routines that will take some of the grunt work out of developing and maintaining those HTML forms.
Compare Word Documents Through ActiveX in Visual Basic
February 27, 2003ActiveX is a highly flexible and extensible benefit to Visual Basic, permitting vastly expanded functionality across all Windows-based development environments, including Active Server Pages. ActiveX components allow Visual Basic programmers to encapsulate complex functionality in small, reusable packages. Learn how to use ActiveX to handle out-of-date and duplicated documents in a content-management intranet.
Power Up Your ASP Front Ends with Flash
October 21, 2002Power Up Your ASP Front Ends with Flash, New XML support in Flash 5 makes it ideal for use as a thin client. Build the Flash Calendar application in this article using Flash 5, ASP and XML. Try the demo now. Ian Bogost
Book Excerpt: Introduction To Active Server Pages+
October 21, 2002Chapter 1 of Introduction To Active Server Pages + covers the evolution of ASP and the next generation web services framework. The Chapter also looks at how ASP+ is different from ASP and how to get started with ASP+
ASP+ Authentication Providers
October 21, 2002Cookie authentication and authorization is vital for Web site security and personalization. By Chris Kinsman
Mastering the Details
October 21, 2002Here's a range of ways to attack the problem of Web-based master\detail reports. By Melvin Bernstein
Here, There, and Back Again: Maintaining State Across Domains
October 21, 2002Here, There, and Back Again: Maintaining State Across Domains, These three simple techniques combine persistent cookie management and creative redirects to give users a consistent experience as they move through sites in different subdomains and domains.,
Tactical ASP: Form-Building Routines
October 21, 2002A three-part series with some useful form-building routines that will take some of the grunt work out of developing and maintaining those HTML forms.
The Session Is Called to Order
October 21, 2002The Session Object is one of the most powerful tools of ASP. Here's how you can extend it. by Russ Ryan
Introduction to ASP+
October 21, 2002Microsoft's update to their Active Server Pages architecture is more than a touchup, it's a complete overhaul. By Chris Kinsman
1 - 20 of 50
Previous
Next
Intel ended its sponsorship of Go Parallel on DevX as of January 1, 2009; however, DevX will continue to bring you news, information and programming insights on parallel and multi-core program development across all development platforms. Be sure to bookmark this page and check back often. |