Simple.aspx
上传用户:sex100000
上传日期:2013-11-09
资源大小:1377k
文件大小:1k
- <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Simple.aspx.cs" Inherits="Simple" Title="Simple map" %>
- <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>
- </asp:Content>