Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MasterPage.master
Package: SharpMap-20976.zip [view]
Upload User: sex100000
Upload Date: 2013-11-09
Package Size: 1377k
Code Size: 2k
Category:
GIS program
Development Platform:
C#
- <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>SharpMap Demo Website</title>
- <link rel="stylesheet" type="text/css" href="~/styles.css" media="all" />
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <table style="width:100%;">
- <tr>
- <td colspan="2">
- <h2><asp:Literal runat="server" id="litHeadline" /></h2>
- </td>
- </tr>
- <tr>
- <td style="width: 140px;" valign="top">
- <div id="leftcont">
- <div id="leftnav">
- <h2>Examples</h2>
- <a href="Simple.aspx">Simple</a>
- <a href="Bins.aspx">Styling delegate</a>
- <a href="Gradient.aspx">Gradient</a>
- <a href="PieCharts.aspx">Pie Charts</a>
- <a href="Ajax.aspx">AJAX</a>
- <h2>WMS</h2>
- <a href="wmsclient.aspx">WMS Client</a>
- <a target="_blank" href="wms.ashx?SERVICE=WMS&REQUEST=GetCapabilities">WMS Server Capabilites</a>
- <a target="_blank" href="wms.ashx?REQUEST=GetMap&Layers=Countries,Rivers,Country labels&STYLES=&CRS=EPSG:4326&BBOX=-180,-90,180,90&WIDTH=600&HEIGHT=300&FORMAT=image/png&VERSION=1.3.0">WMS Server Map</a>
- <h2>Transformation</h2>
- <a href="Transformation.aspx">On-the-fly transformation</a>
- <a href="TransformTests.aspx">Transformation Test</a>
- <h2>Utilities</h2>
- <a href="Provider.aspx">List of available data providers</a>
- </div></div>
- </td>
- <td>
- <asp:contentplaceholder id="MainContent" runat="server">
- </asp:contentplaceholder>
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>