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

URL sharing across a network with ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.89/5 (16 votes)
3 Sep 20037 min read 194.5K   2K   75  
This ASP.NET application allows the sharing of Internet Explorer Favorites URLs over an intranet or the Internet.
<%@ Page language="c#" Codebehind="Bookmarks.aspx.cs" AutoEventWireup="false" Inherits="jm.Bookmarks.Main" EnableSessionState="False" enableViewState="False" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Main</title>
		<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body topmargin="0" leftmargin="0" rightmargin="0">
		<form id="Main" method="post" runat="server">
			<asp:Xml id="XmlOutput" runat="server"></asp:Xml></form>
	</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 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
Switzerland Switzerland
Jean-Michel is a Swiss citizen living in France in the georgious county of Alsace.
Mastering french, english and german, he is open to the world and has a strong anger to learn and discover new horizons.
In the computer science since 20 years (the first computer was a ZX81 self-mounted Sinclair), Jean-Michel is a recent MCAD for .NET certified.
He enjoys sailing any time he does not code.

Comments and Discussions