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

TwoColorsMenu - The fastest menu in the world

Rate me:
Please Sign up or sign in to vote.
4.61/5 (20 votes)
10 Dec 2007CPOL2 min read 49.7K   1.1K   87  
This article will demo the fastest way to create a menu for your web page with the TwoColorsMenu.
<%@ Page AspCompat="true" Inherits="ex_Horizontal" Src="cs_horizontal_codebehind.cs" CodeBehind="cs_horizontal_codebehind.cs" Language="c#" AutoEventWireup="false" %>
<HTML>
	<HEAD>
		<title>Obout TwoColorsMenu Horizontal Example</title>
	</HEAD>
	<body>
		<h2>Obout TwoColorsMenu Horizontal Example</h2>
		<br />
		<a class="examples" href="Default.aspx?type=CSHARP">� Back to examples</a>
		<br />
		<br />
	</body>
</HTML>

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
Unknown
I am Ned Thompson, 26 years old. I am working at obout inc as web component developer. I am really good at ASP.NET and Javascript.


Comments and Discussions