.NET news » ASP.NET ASP.NET Rss Feed

Beginning C# 2012 Databases (Beginning Apress)
Author: Vidya Vrat Agarwal
Average rating:  / 0
(0 reviews)
More .NET ASP.NET books
download

A More Efficient Method for Paging Through Large Result Sets

Article featuring Improved paging through large result sets. The first approach uses a table variable, but utilizes the SET ROWCOUNT command to reduce the number of records read and inserted into the table variable. The second technique more cleverly uses SET ROWCOUNT to provide an even more efficient approach than the first.
25 Apr 2006, 19:00:00   Source: A More Efficient Method for Paging Through Large Result Sets   Tags: ASP.NET

Simplify ASP.NET DataGrid by Eliminating Code Behind

Simplify ASP.NET DataGrid by Eliminating Code Behind
21 Apr 2006, 19:49:00   Source: Simplify ASP.NET DataGrid by Eliminating Code Behind   Tags: ASP.NET

How to Display ASP.NET DataGrid Data in Excel

This tip shares code that allows you to display ASP.NET DataGrid data in Excel.
17 Apr 2006, 22:57:40   Source: How to Display ASP.NET DataGrid Data in Excel   Tags: ASP.NET

Universal Database Admin for ASP.NET and SQL Server (Reloaded)

A dynamic web application needs an admin section for CRUD action of the Records/Tables in database, wouldn't it be nice to have a database admin, which can be plugged to any web application, Just give your sql connection string and it dynamically manages all table operation in just 5 pages
15 Apr 2006, 16:04:00   Source: Universal Database Admin for ASP.NET and SQL Server...   Tags: ASP.NET Database

A Crash Course on ASP.NET Control Development: Design-time Features and Capabilities

In this article, Dino Esposito will first build a simple composite control and then decorate it with a few tailormade attributes to provide its users a pleasantly rich design experience.
14 Apr 2006, 15:17:04   Source: A Crash Course on ASP.NET Control Development:...   Tags: ASP.NET

Multiple Fields Validator - An ASP.NET Validation Control

Discussing the MultipleFieldsValidator that validates a group of fields in which at least one is required, like phone number, mobile phone number, or email. It inherits the BaseValidator and uses some new cool ASP.NET 2.0 features.
6 Apr 2006, 14:06:00   Source: Multiple Fields Validator - An ASP.NET Validation Control   Tags: ASP.NET

Extreme ASP.NET: Keeping secrets in ASP.NET 2.0.

Storing configuration data securely was always difficult. But it's a whole lot easier now with a powerful new set of APIs in ASP.NET 2.0 that allow you to manage the ASP.NET configuration file programmatically.
5 Apr 2006, 19:00:00   Source: Extreme ASP.NET: Keeping secrets in ASP.NET 2.0.   Tags: Security ASP.NET

A Crash Course on ASP.NET Control Development: Template Properties

Dino Esposito continues his series on ASP.NET 2.0 controls development with this look at how to create template properties in a custom control.
28 Mar 2006, 19:45:37   Source: A Crash Course on ASP.NET Control Development: Template...   Tags: ASP.NET

DayPilot - Building an Outlook-Like Calendar Component for ASP.NET

A good-looking ASP.NET control that shows events visually arranged in a day calendar. Includes design-time support and data binding.

New version of AspLib component library

AspLib component library is solution that includes 25 different controls: grid, navigation and input controls; which let you considerably speed up development of web-application and get high-usability interface.
20 Mar 2006, 07:22:28   Source: New version of AspLib component library   Tags: Components ASP.NET