Click here to Skip to main content
15,895,829 members
Articles / Web Development / CSS

ASP.NET and jQuery to the Max

Rate me:
Please Sign up or sign in to vote.
4.94/5 (89 votes)
10 Jan 2011CPOL20 min read 252.5K   3.8K   244  
An organic approach to AJAX web development with jQuery and ASP.NET
/*
//-------------------------------------------------------------------------------
// Created by   : Gianluca Negrelli
// Copyright    : 2010.05.17
//-------------------------------------------------------------------------------
*/

body
{
	margin:10px;
}

body,
input,
select
{
	color:Black;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
}

.tableList
{
	border-collapse:collapse;
}

.tableList tr:first-child
{
	background-color:#ECEDEE;
	font-weight:bold;
	color:Gray;
}

.tableList tr
{
	height:30px;
}

.tableList td
{
	border:1px solid silver;
	padding:4px;
	padding-top:5px;
	padding-bottom:5px;
}

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
Italy Italy
I'm the very proud father of SyMenu, a multi awarded portable start menu and www.ghezee.com an innovative ads web site.

Comments and Discussions