April 29, 2006

Taming the ASP.NET Validation Summary Control

by Manu Gupta ASP.NET provides a lot of very strong and effective web controls. One of the most widely used controls is the Validation Summary control. It gives us a neat and clean way to display error messages on the web page. During my current program assignment I came across a problem when I had to disable the Validation Summary control on one button click and enable Validation Summary control on the same or other button click. I know some of you might say OH what a big deal just use…

Source

Related Posts

(Taming the ASP.NET Validation Summary Control) (ASP.NET Form Validation control) (ASP.NET Form Validation control) (MS05-004: ASP.NET Path Validation Vulnerability (887219) - Version:4.0) (Using DOM 3.0 Validation Techniques with XDK 10g
Comments Off

Transactions in ASP

by ElementK Journals on Active Server Pages Read Comments Rate this resource Viewed 12211 times Rating: 110 users 3.87 out of 5 Next > Using transactions in Web applications is often advisable, particularly if you”re dealing with databases. But many people mistakenly believe that, to leverage Microsoft Transaction Server, they have no choice but to write compiled components and register them in MTS. While this is usually the best approach, you can make even simple ASP scripts…

Source

Related Posts

(Performing Transactions in Windows Workflow) (Transactions in ASP) (Mining Transactional and Time Series Data) (How MySQL Query Cache works with Transactions) (Oracle Case Study: Betfair
Comments Off

ASP.NET Data Controls Part 3: DataList

by Wei-Meng Lee 03/10/2003 In this third part of the ASP.NET Data Controls series, I will talk about the DataList control. The DataList control is somewhat a combination of the DataGrid and Repeater controls. It works like the Repeater control, allowing you to create templates so that it can be bound to a data source. It also allows you to edit records, much like the DataGrid control. Using the DataList Control To use the DataList control, drag and drop the DataList control from the…

Related Posts

(ASP.NET Data Controls Part 3: DataList) (Book Excerpt: ASP.NET Data Presentation Controls Essentials) (Take Advantage of Two-Way Data Binding in ASP.NET) (ASP.NET Data Web Controls Kick Start) (ASP.NET Data Web Controls Kick Start
Comments Off

Pure ASP File Upload

by Jacob Gilley As a regular to ASP 101, I feel it neccesary to give a little back to the site that keeps me on top of things in the world of ASP. And so, I give you the FileUploader ASP Library. In a nutshell, the FilerUploader library is simply a single ASP include that provides an object-oriented approach to getting files from Internet clients. I have seen numerous “pure ASP” upload solutions, some you even had to purchase, that did the job, but required you to wade through pages of…

Related Posts

(Pure ASP File Upload) (The importance of robots.txt) (DB2 9 Demo: Take back control of your storage costs) (Utility Spotlight: File Server Migration Toolkit) (Search engine optimization: which file ending is better?
Comments Off

ASP.NET 2.0’s New and Improved Caching Features

By Thiru Thangarathinam Go to page: 1 2 3 Next The ASP.NET 1.x Cache API was a revolutionary feature that provided capabilities such as declarative output caching, programmatic output caching, and invalidation of cached items when the contents of an XML file or another cached item change. Even though all these increased the performance of Web applications, ASP.NET 1.x did not provide a mechanism for invalidating the data in a cache object when the data in a database changes. This much…

Related Posts

(ASP.NET 2.0’s New and Improved Caching Features) (Cache Up to the Caching Application Block in Enterprise Library 3.0) (Top 10 Annotations and Remarks about the Wonderful and Powerful New Features in ASP.NET 2.0) (Adaptive Transaction Management Protocols for Mobile Client Caching DBMSs) (The Baker’s Dozen: 13 Steps for Building an ASP.NET Database Lookup Page
Comments Off

A Simple ASP.NET MessageBox Class

by Lee Gunn on ASP.NET Read Comments Rate this resource Viewed 172 times Rating: 2 users 4.50 out of 5 Next > When moving from Windows Forms to ASP.NET Web Forms, an API that may be missed is that offered by the System.Windows.Forms.MessageBox Class. Sometimes when developing web forms the application may wish to inform the user of a successful or, god forbid, an unsuccessful operation. An effective way to communicate an important message to the user is through the use a MessageBox or,…

Related Posts

(A Simple ASP.NET MessageBox Class) (ASP.NET Tip: Create a BasePage Class for All Pages to Share) (lowercase keywords?) (Nine ASP.NET Site Navigation Problem Solutions: Part 1) (MySQL 5.1 Command line client improvements
Comments Off

Beginning Active Server Pages 3.0

This manuscript is an abridged version of a chapter from the Wrox Press book Beginning Active Server Pages 3.0 . Chapter 6 is concerned with an explanation of objects. Some of you may have heard terms like ‘object oriented programming’, ‘object models’, and similar. In order, however, to understand what terms like this mean, we first need to look at the word found at the core of each of them - object. This book teaches ASP and script-based programming from the ground up. It will answer…

Related Posts

(Beginning Active Server Pages - Introduction) (Beginning Active Server Pages 3.0) (Professional Active Server Pages 3.0) (Professional Active Server Pages 3.0) (Introduction To Active Server Pages+
Comments Off

Debug ASP.NET pages using Tracing

by Julian Roberts on ASP.NET Read Comments Rate this resource Viewed 11 times Rating: 0 users 0 out of 5 Next > In Classic ASP one might debug some code using VB Script: Response.Write strSQL Response.End() and the comment/uncomment the code accordingly. This was a bit of a pain during the development process. In ASP.NET, one can use the Trace feature which simplifies matters somewhat. Page-level tracing can be set in the Page directive on the ASPX page: <%@ Page Language=”c#”…

Related Posts

(Debug ASP.NET pages using Tracing) (ASP.NET Custom Web Control) (ASP.NET Custom Web Control) (ASP.NET Tip: Create a BasePage Class for All Pages to Share) (Beta Box: First Look at IIS 7.0
Comments Off

Generating ASP.NET Images on the Fly

ASP.NET and the .NET framework make the task of generating images on the fly very easy. With classic ASP, developers were forced to use third-party components like ASPImage and ASPPicture for dynamic image manipulation. Fortunately, with ASP.NET, those days are over. Various image manipulation capabilities are now built directly into the .NET framework classes. The .NET Framework offers several classes for image generation and manipulation. ASP.NET developers can use these classes to…

Related Posts

(Generating ASP.NET Images on the Fly) (The Baker’s Dozen: 13 Productivity Tips for Generating PowerPoint Presentations) (Inside Microsoft.com: Management and Delegation of ASP.NET) (Enterprise Search for Business Transaction Data: Moving Towards the Definition of a New, Disruptive Market Category for Access to Structured Enterprise Data) (How to Bind a GridView Control to XML in ASP.NET
Comments Off

The ASP.NET Page Object Model

One Day in the Life of an ASP.NET Web Page Dino Esposito Wintellect August, 2003 Applies to: Microsoft® ASP.NET Summary: Learn about the eventing model built around ASP.NET Web pages and the various stages that a Web page experiences on its way to HTML. The ASP.NET HTTP runtime governs the pipeline of objects that transform the requested URL into a living instance of a page class first, and into plain HTML text next. Discover the events that characterize the lifecycle of a page and how…

Related Posts

(The ASP.NET Page Object Model) (Object-Level Ranking: Bringing Order to Web Objects) (The OSI Model: Understanding the Seven Layers of Computer Networks) (ASP.NET’s Hidden Dangers) (ASP.NET’s Hidden Dangers
Comments Off
« Previous entries