advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Partners & Affiliates
advertisement
advertisement
advertisement
Advertisement
advertisement
More ASP Articles
1 - 20 of 50     Previous     Next
Passing Information Securely Between ASP and ASP.NET March 10, 2006
Many 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, 2004
Lengthy 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, 2004
Who 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!
Creating Usable Page Templates in ASP.NET December 15, 2003
Overcome ASP.NET's lack of page templating using this robust and upgradeable templating approach.
How To Output RTF-formatted Documents with ASP December 4, 2003
HTML 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, 2003
If 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 correctly—and 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, 2003
ASP 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, 2003
ActiveX 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, 2002
Power 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, 2002
Chapter 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, 2002
Cookie authentication and authorization is vital for Web site security and personalization. By Chris Kinsman
Mastering the Details October 21, 2002
Here's a range of ways to attack the problem of Web-based master\detail reports. By Melvin Bernstein
Tactical ASP: Add New Data Access Routines to Your Arsenal October 21, 2002
Try these three modular routines to access and fetch data easier with ASP. by Rama Ramachandran
Here, There, and Back Again: Maintaining State Across Domains October 21, 2002
Here, 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: Add New Data Access Routines to Your Arsenal October 21, 2002
Try these three modular routines to access and fetch data easier with ASP
DevX: ASP Articles October 21, 2002
More ASP articles list
Tactical ASP: Form-Building Routines October 21, 2002
A 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, 2002
The Session Object is one of the most powerful tools of ASP. Here's how you can extend it. by Russ Ryan
Converting Web Pages into XML Data Sources October 21, 2002
The methods shown in this article give you a robust and flexible way to extract and combine meaningful data from existing HTML files. By Jim O'Grady
Introduction to ASP+ October 21, 2002
Microsoft'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.
advertisement