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

Web Tabstrip Control for Frames

Rate me:
Please Sign up or sign in to vote.
3.87/5 (21 votes)
13 Jun 20044 min read 252.7K   5.6K   53  
Building a custom ASP.NET Tabstrip Control
<%@ Page CodeBehind="prjctFrmSet.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="mtt.Projects.prjctFrmSet" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
	<head>
		<TITLE>Horizontal Split Frameset</TITLE>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</head>
	<frameset rows="10%,90%" frameborder="no">
		<frame name="top" scrolling="no" src="Tabs.aspx">
		<frame name="bottom" src="blank.htm">
		<noframes>
			
		</noframes>
	</frameset>
</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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
South Africa South Africa
Doug is an Applications Integrator for an online gaming company. He has been programming for 9 years, and has been working with the .NET framework since the beginning of 2003, in both VB.NET & C#.

Comments and Discussions