Asp.net源码专业站
首页->新知实践->Ajax之实时天气预报源码>>Default.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Ajax之实时天气预报源码
当前文件:文件类型 AJAXGetWeather/Default.aspx[3K,2009-6-12 11:31:36]打开代码结构图
普通视图
		            
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之实时天气预报源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146