Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼



site Search Results

Results for: dino esposito

Sort by: Relevance | Date

The Dr. Dobb's Developer Library DVD Order the NEW Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features 21 years of Dr. Dobb's Journal, 15 years of Sys Admin magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr. Dobb's Digest, podcasts, videos and more! Order Now.

Forms Authentication

Dr. Dobb's Journal,
April 12, 2004

You can easily restrict access to any ASP.NET resource by creating URL-specific logins that use Forms Authentication

Testing with a Client-Side Web MessageBox

Dr. Dobb's Journal,
March 25, 2004

VS.NET provides all mod cons for debugging and testing, but sometimes the best coding tool is a plain old message box

Full-Row Selection in a DataGrid

Dr. Dobb's Journal,
March 10, 2004

Adding a Select button allows users to highlight all of the data in a single row - better yet, using Dino's code puts the power of full-row selection in every column in the row

The Unappreciated ExtractTemplateRows Property

Dr. Dobb's Journal,
February 27, 2004

The ExtractTemplateRows property helps merge together multiple tables with different templates into one complex structure

Focusing on TextBoxes

Dr. Dobb's Journal,
February 10, 2004

Setting the cursor's focus on text-input forms provides a more-polished user experience. The forthcoming ASP 2.0 will make this easy to do, but why wait? Dino has a method for setting focus in your 1.1 apps

Stateful ASP.NET Controls

Dr. Dobb's Journal,
January 23, 2004

You have some options for creating stateful custom web controls. Here are some tips for choosing the right one for your project

How Cookieless Sessions Work

Dr. Dobb's Journal,
January 12, 2004

ASP.NET provides cookieless sessions so you can maintain the session ID on the server rather than on the client. Here is a look at the tricks that make cookieless session ID management work

ASP.NET 2.0 Highlights

Dr. Dobb's Journal,
December 10, 2003

The alpha version of ASP.NET 2.0 includes several new features aimed at simplifying development, but the overall architecture is roughly the same as 1.1

Formatting .NET Objects for Serialization  

Dr. Dobb's Journal,
December 01, 2003

Data formatters serialize living instances of classes to a variety of media including streams, disk files, memory, network shares, and other AppDomains. The .NET Framework comes with two predefined formatter classes'BinaryFormatter and SoapFormatter, which have a similar programming interface. In this article, Dino focuses on the BinaryFormatter class. - .NET

Get a Handle on Custom HTTP Resources

Dr. Dobb's Journal,
November 24, 2003

It's easy to customize incoming HTTP requests in ASP.NET with an HTTP handler. Here's one that will access and parse SQLX resources

Previous 11 12 13 14 15 16 17 18 19 20 Next