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

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 >
download
How to use ASP.NET controls inside XSLTs
Shows you how to generate ASP.NET controls from XSLT
15 Feb 2007, 17:08:00   Source: How to use ASP.NET controls inside XSLTs   Tags: ASP.NET
An Overview of Cryptographic Systems and Encrypting Database Data

As the attacks in which hackers use become more and more sophisticated, and the programs in which they attack become increasingly complex, encryption is becoming the last line of defense in database management system (DBMS) security. Since Microsoft announced their Trustworthy Computing security initiatives four years ago, the industry has been waiting to see how these initiatives would be implemented in upcoming products. With the introduction of Microsoft's newest DBMS, SQL Server 2005, it does indeed seem as though they have provided what they have promised.

What follows is a two-part article series that provides an in-depth examination of encrypting data in SQL Server 2005. In this article we will exploring key challenges facing database systems and the motivations for providing robust encryption mechanisms directly within the database system. We will also look at encryption fundamentals and SQL Server 2005's encryption capabilities.

Create a Chat system using Ajax and ASP.NET
In this article, I am going to explain how to use Javascript, Ajax and C# to create a chat room.
12 Feb 2007, 05:38:00   Source: Create a Chat system using Ajax and ASP.NET   Tags: Ajax ASP.NET
Design Patterns for ASP.NET Developers, Part 1: Basic Patterns
Most Design Pattern documentation targets desktop applications or discusses pattern theory, but in this series you'll find a discussion and examples of patterns specifically targeted at ASP.NET.
8 Feb 2007, 20:38:56   Source: Design Patterns for ASP.NET Developers, Part 1: Basic...   Tags: ASP.NET
Master/Detail Using a Selectable Master GridView with a Details DetailView
The fiinal tutorial on master/detail reports. We'll look at how to display a list of products in a GridView where each row has a Select button. Clicking the Select button will display that product's details in a DetailsView control on the same page.
8 Feb 2007, 14:10:10   Source: Master/Detail Using a Selectable Master GridView with a...   Tags: ASP.NET
Master/Detail Filtering Across Two Pages
While master/detail reports can display both the master and detail records on a single page, on many Web sites they are separated out across two Web pages. In this tutorial we looked at how to implement such a master/detail report.
8 Feb 2007, 13:54:06   Source: Master/Detail Filtering Across Two Pages   Tags: ASP.NET
Master/Detail Filtering With Two DropDownLists
The DropDownList serves as an ideal user interface element for master/detail reports where there is a one-to-many relationship between the master and detail records.
8 Feb 2007, 13:39:26   Source: Master/Detail Filtering With Two DropDownLists   Tags: ASP.NET
Master/Detail Filtering With a DropDownList

A common type of report is the master/detail report, in which the report begins by showing some set of "master" records. The user can then drill down into one of the master records, thereby viewing that master record's "details." Master/detail reports are an ideal choice for visualizing one-to-many relationships, such as a report showing all of the categories and then allowing a user to select a particular category and display its associated products. Additionally, master/detail reports are useful for displaying detailed information from particularly "wide" tables (ones that have a lot of columns). For example, the "master" level of a master/detail report might show just the product name and unit price of the products in the database, and drilling down into a particular product would show the additional product fields (category, supplier, quantity per unit, and so on).

There are many ways with which a master/detail report can be implemented. Over this and the next three tutorials we'll look at a variety of master/detail reports. In this tutorial we'll see how to display the master records in a DropDownList control and the details of the selected list item in a GridView. In particular, this tutorial's master/detail report will list category and product information.

8 Feb 2007, 12:30:25   Source: Master/Detail Filtering With a DropDownList   Tags: ASP.NET
E-Mail in ASP.NET
Explains how to send e-mail from ASP.NET, including sending of simple e-mail, adding attachment, HTML e-mails and how to avoid potentially dangerous request errors.
5 Feb 2007, 11:52:04   Source: E-Mail in ASP.NET   Tags: ASP.NET Internet
Eucalypto - ASP.NET CMS library using NHibernate
ASP.NET server library for creating CMS website (forums, articles/wiki, news, users/roles, ...), using NHibernate for data access
1 Feb 2007, 17:26:00   Source: Eucalypto - ASP.NET CMS library using NHibernate   Tags: ASP.NET
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 >