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

Generating XP style webparts from a web control

Rate me:
Please Sign up or sign in to vote.
4.67/5 (49 votes)
13 Jul 20039 min read 365.6K   5K   195  
Generating XP style webparts from a web control
<?xml version="1.0" encoding="utf-8" ?>
<links>

    <framelinks title="Code Pages" id="BE96D11D-326D-4910-A837-84D658DDF024">
		
		<link name="Code Project" url="http://www.codeproject.com" alttext="Code Project" />
		<link name="Programmers Heaven" url="http://www.programmersheaven.com" alttext="Programmers Heaven" />
		<link name="Planet Source Code" url="http://www.planetsourcecode.com" alttext="Planet Source Code" />
        <link name="Got Dot Net" url="http://www.gotdotnet.com" alttext="Got Dot Net" />
		<link name="MSDN" url="http://msdn.microsoft.com" alttext="Microsoft Developer Network" />
		<link name="24 / 7"  url="http://www.net247.com" alttext="Microsoft Developer Network" />
		<link name="HTML Reference" url="http://www.blooberry.com/indexdot/html/index.html" />

	</framelinks>

	<popuplinks title="Links" id="E812F25B-3099-412e-A7E2-EA8FC397D169"> 

		<group name="Search Engines">

			<link name="Google"  url="http://www.google.co.uk/" />
			<link name="Yahoo"  url="http://www.yahoo.co.uk/" />

		</group>

		<group name="Utility">

			<link name="Street Map" url="http://www.streetmap.co.uk" />
			<link name="Multimap" url="http://www.multimap.co.uk" />

		</group>

		<group name="Legal">

			<link name="Inland Revenue FAQ" url="http://www.inlandrevenue.gov.uk" />
			<link name="VAT" url="http://www.hmce.gov.uk/business/vat/vat.htm" />
			<link name="Companies House" url="http://www.companies-house.co.uk" />

		</group>

	</popuplinks>

	<popuplinks title="On-line Stores" id="2715F77E-8E6A-4269-9B4B-ADAE9E793C4B"> 

		<group name="Hardware/Software">

			<link name="Microwarehouse"  url="http://www.microwarehouse.co.uk/" />
			<link name="eBuyer"  url="http://www.ebuyer.co.uk/" />
			<link name="Dabs"  url="http://www.dabs.co.uk/" />

		</group>

		<group name="Books">

			<link name="Amazon"  url="http://www.amazon.co.uk/" />
			<link name="Blackwells"  url="http://www.blackwells.co.uk/" />

		</group>

	</popuplinks>

</links>

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
United Kingdom United Kingdom
Independent software development for clients including Microsoft. Design and development of modules for financial reporting and business intelligence.

Comments and Discussions