Archive

Posts Tagged ‘Custom’

Professional ASP.NET Server Controls: Building Custom Controls with C#

July 31st, 2010 5 comments

Product Description
Server Controls are a core part of the ASP.NET architecture. They are components that produce a user interface element that can be reused with ease. The standard controls that come with ASP.NET include the textbox, the button, the…

A Custom Class for ASP.NET Session Variables

July 24th, 2010 No comments

Product Description

The Session object in ASP.NET offers a convenient solution to the problem of maintaining state during the lifetime of a session. But it is not a very convenient object to deal with during development. For example, the…

Create a Custom IHttpHandler to Allow ASP.NET Pages to Communicate with Each Other

July 23rd, 2010 No comments

Product Description

One of the questions that experienced web developers typically ask when learning the ASP.NET framework is this: When I want to transfer control to a new page from the current page, how do I create an instance…

Leveraging httpModules for Better ASP.NET applications

June 22nd, 2010 No comments

Product Description
This Wrox Blox explains how to create different types of custom modules for ASP.NET web sites. Custom ASP.NET Modules are a great way to program advanced features to your web site. This Wrox blox discusses the difference between…

Professional Web Parts and Custom Controls with ASP.NET 2.0

May 2nd, 2010 5 comments

  • ISBN13: 9780764578601
  • Condition: USED – VERY GOOD
  • Notes:

Product Description

  • Web Parts are reusable components that extract data from existing Microsoft or non-Microsoft applications for use in ASP.NET Web pages; they can also be used to