Click here to Skip to main content
15,885,278 members
Articles / Web Development / ASP.NET

Creating a web control to insert, update, delete, and display data

Rate me:
Please Sign up or sign in to vote.
4.35/5 (11 votes)
12 Apr 2006CPOL7 min read 68.9K   1.2K   60  
Creating a web control to insert, update, delete, and display data.
A {
	FONT-SIZE: 15px;
}
.Content {
	BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #000000 1px solid; BORDER-COLLAPSE: collapse; EMPTY-CELLS: show; white-space:nowrap
}
.Content TD {
	PADDING-RIGHT: 1px; BORDER-TOP: #c1cdd8 1px solid; PADDING-LEFT: 1px; HEIGHT: 23px; white-space:nowrap
}
.Header 
{
	background-color:#dbeaf5
}
.Header A
{
	COLOR: #10659e; text-decoration:none;
}
.Header A:hover
{
	COLOR: #10659e; text-decoration:underline;
}
.Command 
{
	 text-align:right;
}
.Command TD
{
	padding-top:5px
}
.NormalItem A
{
	COLOR: #000099; text-decoration:none;
}
.NormalItem A:hover
{
	COLOR: #000099; text-decoration:underline;
}
.AlternatingItem
{
	BACKGROUND-COLOR: #c1cdd8
}
.AlternatingItem A
{
	COLOR: #000099; text-decoration:none;
}
.AlternatingItem A:hover
{
	COLOR: #000099; text-decoration:underline;
}
TD.MoneyColumn
{
	text-align:right;
}
.SelectedColumn
{
	background-color: #A0C6E5
}
.StyleTemplate1
{
	border-left:#000000 1px solid; border-bottom:#000000 1px solid; border-right:#000000 1px solid; border-top:#000000 1px solid
}
.TitleTemplate1
{
	background-color:#dbeaf5; COLOR: #10659e;
}
.ControlTemplate1
{
	BACKGROUND-COLOR: #c1cdd8
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) www.sqlnetframework.com
Mexico Mexico
Luis Ramirez is creator and owner of ADO.NET Accelerator. You can use the FREE ADO.NET Accelerator version to reduce more than 50% ADO.NET code from your data access layer. Luis Ramirez is a Microsoft Certified Professional specialized in .NET development. If you want to contact him to work in your projects or for any other inquiry that you have write him to lramirez [at] sqlnetframework [dot] com.

Comments and Discussions