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

LINQ Demo with ASP.NET Web Application

Rate me:
Please Sign up or sign in to vote.
4.53/5 (32 votes)
29 Apr 2011CPOL 175.4K   8.5K   25  
A sample application for beginner users who want to start the Linq implementation in ASP.NET
body
{
}
.grid-view
{
	padding: 0;
	border: 1px solid #333;
	font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
	font-size: 0.9em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.grid-view tr.header
{
	background-color: #3399ff;
	border-bottom: "1px solid #000";
	color: #000000;
	font-family: verdana,tahoma,helvetica,arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	text-transform: uppercase;
	
}

.grid-view tr.normal
{
	background-color :#d3e2f0; border-bottom:"0px solid #000"; COLOR: #000000; 
	FONT-FAMILY: tahoma,helvetica,verdana,arial; FONT-SIZE:12px; TEXT-DECORATION: none; height:17px;
}

.grid-view tr.alternate
{
	 background-color:#a5c4e1; border-bottom:"1px solid #000"; COLOR: #000000; 
	FONT-FAMILY: tahoma,helvetica,verdana,arial; FONT-SIZE: 12px; height:17px; TEXT-DECORATION: none ; 	
}

.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
	background-color :#BDDFF8; border-bottom:"0px solid #000"; COLOR: #000000; 
	FONT-FAMILY: tahoma,helvetica,verdana,arial; FONT-SIZE:12px; TEXT-DECORATION: none; height:17px;
}
 .btnSaveCancel
{
	border-color: #B3CCE6;
FONT-FAMILY: tahoma,helvetica,arial;
font-weight:bold;
	border-bottom-style: double;
	border-left-style: double;
	border-right-style: groove;
	border-top-style: groove;
	border-bottom-width: 1;
	border-left-width: 1;
	border-right-width: 1;
	border-top-width: 1;
	text-align: center;
	cursor: hand;
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#679ACC,EndColorStr=#ffffff);
}

a.logout
{
	padding: 2px 5px;
	color: #ffffff;FONT-SIZE: 12px; 
	text-decoration: none;
	FONT-FAMILY: verdana;
}
a.logout:visited
{
	padding: 2px 5px;
	color: #ffffff;FONT-SIZE: 12px; 
	text-decoration: none;
	FONT-FAMILY: verdana;
}

a.logout:hover
{
	padding: 2px 5px;
	color: #ffffff;FONT-SIZE: 12px; 
	text-decoration:underline;
	FONT-FAMILY: verdana;
}

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
Web Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions