您目前尚未登陆,请选择【登陆】或【注册
首页->功能源码->Ajax之实时天气预报源码>>Default.aspx>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Ajax之实时天气预报源码


当前文件路径:AJAXGetWeather/Default.aspx 文件类型
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 2 3<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajax" %> 4<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 5<html xmlns="http://www.w3.org/1999/xhtml"> 6<head runat="server"> 7 <title>天气预报</title> 8</head> 9<body style="text-align: center"> 10 <form id="form1" runat="server"> 11 <asp:ScriptManager ID="ScriptManager1" runat="server" /> 12 <br /> 13 <br /> 14 <asp:UpdatePanel ID="UpdatePanel1" runat="server"> 15 <ContentTemplate> 16 <table border="1" style="width: 285px"> 17 <tr> 18 <td style="width: 100px"> 19 地区:</td> 20 <td style="width: 100px"> 21 <asp:DropDownList ID="Capital" runat="server" Width="200px"> 22 </asp:DropDownList></td> 23 </tr> 24 <tr> 25 <td style="width: 100px"> 26 城市:</td> 27 <td style="width: 100px"> 28 <asp:DropDownList ID="City" runat="server" Width="200px"> 29 </asp:DropDownList></td> 30 </tr> 31 <tr> 32 <td colspan="2"> 33 &nbsp;<ajax:CascadingDropDown ID="CascadingDropDown1" runat="server" Category="Capital" 34 LoadingText="正在加载地区..." PromptText="请选择地区" ServiceMethod="GetCapital" TargetControlID="Capital" 35 ServicePath="WebService.asmx"> 36 </ajax:CascadingDropDown> 37 <ajax:CascadingDropDown ID="CascadingDropDown2" runat="server" Category="City" LoadingText="正在加载城市..." 38 ParentControlID="Capital" PromptText="请选择城市" ServiceMethod="GetCity" TargetControlID="City" 39 ServicePath="WebService.asmx"> 40 </ajax:CascadingDropDown> 41 &nbsp; &nbsp; 42 <asp:Button ID="BtnList" runat="server" Text="查看" OnClick="BtnList_Click" /> 43 </td> 44 </tr> 45 </table> 46 </ContentTemplate> 47 </asp:UpdatePanel> 48 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 49 <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1"> 50 <ProgressTemplate> 51 <img src="image/wait.gif" />请稍等, 正在向服务器提交数据...... 52 </ProgressTemplate> 53 </asp:UpdateProgress> 54 &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 55 &nbsp; 56 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; 57 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br /> 58 <asp:UpdatePanel ID="UpdatePanel2" runat="server"> 59 <ContentTemplate> 60 <asp:Label ID="Label1" runat="server"></asp:Label> 61 </ContentTemplate> 62 </asp:UpdatePanel> 63 </form> 64</body> 65</html> 66
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Ajax之实时天气预报源码

- 热线球队财务管理系统源码

- 51aspxAsp.Net探针0.90源码(..

- 荒野新闻系统Sql版项目源码

- DotNetTextBox V3.4.6(Buid0..

- 锐傲博客1.02源码build 070312

- ajax奥运留言本v2.0源码

- 多层结构会员管理系统源码

- 塞普森调查问卷系统(Asp.net..

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号