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
Gradient.aspx
Package: SharpMap-20976.zip [view]
Upload User: sex100000
Upload Date: 2013-11-09
Package Size: 1377k
Code Size: 1k
Category:
GIS program
Development Platform:
C#
- <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Gradient.aspx.cs" Inherits="Gradient" Title="Gradient theme" %>
- <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" Runat="Server">
- <div>
- <asp:RadioButtonList ID="rblMapTools" runat="server" RepeatDirection="Horizontal">
- <asp:ListItem Value="0">Zoom in</asp:ListItem>
- <asp:ListItem Value="1">Zoom out</asp:ListItem>
- <asp:ListItem Value="2" Selected="True">Pan</asp:ListItem>
- </asp:RadioButtonList>
- <asp:ImageButton Width="600" Height="300" ID="imgMap" runat="server" OnClick="imgMap_Click" style="border: 1px solid #000;" />
- </div>
- This demo uses the following thematics styles:<br />
- - Country color by population density density<br />
- - Country labelsize by population density<br />
- - City Symbol size by city popultion
- </asp:Content>