sensitive:Area sensitive help

IntroductionThis article creates a helping window that provides the user with a brief explanation or description for a particular element or state in the application.This will allow a user to simply m... [阅读全文]

dynamicdata:ASP.NET Dynamic Data Inline Editing

IntroductionThis post explains how to create a basic Web application that uses ASP.NET Dynamic Data. ASP.NET Dynamic Data provides the Web application scaffolding that enables you to build rich data-d... [阅读全文]

asp.netajax:Ajax Enabled Animation Popup

Microsoft already provided AnimationExtender control to have popup control. This article will help you to create a user control of this AnimationExtender control. This user control is benifitioal wher... [阅读全文]

asp.net3.5:Nested Master Pages in ASP.NET 3.5

IntroductionThis article explains the improved designer for creating Nested Master pages in Visual Studio 2008 and ASP.NET 3.5. Nested Master pages are used when you are build a hierarchy of templates... [阅读全文]

asp.net3.5:ListView Control in Visual Studio 2008 and ASP.NET 3.5

IntroductionIn this post, I am going to explain the new data driven ListView control that ships with Visual Studio 2008. To get started with the application, create a website in Visual Studio2008.Crea... [阅读全文]

asp.net3.5:Calendar Control in ASP.NET 3.5

ASP.NET 3.5 Calendar control creates a functionally rich and good looking calendar box that shows _disibledevent="Verdana, Arial, Helvetica, sans-serif"This is it. ... [阅读全文]

configfile:Web.config file configures fundamental settings

Every web application in ASP.NET includes a web.config file that configures fundamental settings from error message to security.It uses a predefined XML format. THe entire content of the file is neste... [阅读全文]

asp.net3.5:E-card generator using ASP.NET 3.5

Let us generate a simple e-card generator using ASP.NET 3.5In this we are dividing the web page region into two half _disibledevent="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"} ... [阅读全文]

asp.netgridview:GridView Examples for ASP.NET 2.0

IntroductionASP.NET GridView control available in Visual Studio 2008alows data binding and editing without writing a single line of code. This article shows you you can do that.The GridView control al... [阅读全文]

mdbaccess:OleHelper for Microsoft Access (.MDB) in ASP.NET 2.0

This is just a thought of providing some code snippet for those who works _disibledevent="FONT-SIZE: 10pt; FONT-FAMILY: Verdana" ... [阅读全文]

asp.net3.5:LinqDataSource Control in ASP.NET 3.5

INTRODUCTION In this article I will show you how to Select, Insert, Update, Delete data using LinqDataSource control. Language-Integrated Query (LINQ) is a query syntax that defines a set of query ope... [阅读全文]

asp.net3.5:Site Map in ASP.NET 3.5

The SiteMap control available in ASP.NET 3.5 provides a site navigation view in a hirerchichal format. The data source for the SiteMap control is an XML file that has name and URL of the site navigati... [阅读全文]

procedures:Understanding Database Stored Procedures

This article discusses stored procedures and how to create, update, and delete stored procedures using SQL. What is a Stored Procedure?A stored procedure is a database object that contains _disibledev... [阅读全文]

crystalreports:Passing parameters to Crystal Reports at runtime with c#

This small articleshowshow you cancreate and passparameters value at runtime in a Crystal Report from yourUI.In my application, I am using a ReportViewer control in Visual Studio 2005 to view the repo... [阅读全文]

ado.netentity:Getting started with ADO.NET Entity Framework in .NET 3.5

ADO.NET Entity Framework is an object-relationship management (ORM) tool like Hibernate in java or N Hibernate for .net. ADO.NET Entity Framework is included with .NET Framework 3.5 Service Pack 1 and... [阅读全文]

synthesis:Programming Speech in WPF - Speech Synthesis

New Microsoft Speech API (SAPI) version 5.3, which is an integral part of Windows Vista, is a managed API that allows developers to write speech-enable applications in .NET Framework 3.0. This speech ... [阅读全文]

database:Creating and working with Views in a Database

IntroductionViews are generally used to focus, simplify, and customize each user's perception of the database. You can use a view as a security mechanism by allowing a user to access data through the ... [阅读全文]

createdatabase:Create, Delete, and Update Triggers in a Database

TriggersTriggers are a special type of procedure that are fired automatically when an query is executed _disibledevent= UPPER(ln_name) WHERE Shashi_id in (SELECT Shashi_id from Inserted)The CREATE TRI... [阅读全文]

sqlserver2005:Joins in SQL Server 2005

In this article, we are going to discuss SQL Server Joins. A join is used to combine columns from two or more tables into a single result set. To join data from two tables you write the names of two t... [阅读全文]

asp.netmenu:MultiView using Menu Control in ASP.NET 3.5

IntroductionThe MultiView control is a container for a group of View controls. It allows you to define a group of View controls, where each View control contains child controls. Your application can t... [阅读全文]

asp.netmvc:ASP.NET 3.5 MVC Application

IntroductionThis post gives you the basic overview _disibledevent=0Note: The two methods in the controller Index() and About() corresponds to two actions Home and About clicks.Views A view in the ASP.... [阅读全文]
< 1 2 3 共81条 分3页