当前位置:学会吧培训频道电脑知识学习网页制作移动WAP开发用C#读取sina天气预报到wap页面» 正文

用C#读取sina天气预报到wap页面

[08-08 00:46:21]   来源:http://www.xuehuiba.com  移动WAP开发   阅读:8806
概要:<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %><%@ Page language="c#" Codebehind="weather.aspx.cs" Inherits="goodwap.life.weather" AutoEventWireup="false" %><mobile:form id="Form1" runat="server"> <FONT face="宋体"> <mobile:Label id=&q
用C#读取sina天气预报到wap页面,标签:移动WAP开发教程,wap网站开发,http://www.xuehuiba.com

<%@ Register TagPrefix="mobile"
            Namespace="System.Web.UI.MobileControls"
            Assembly="System.Web.Mobile" %><%@ Page language="c#"
            Codebehind="weather.aspx.cs" Inherits="goodwap.life.weather"
            AutoEventWireup="false" %><mobile:form id="Form1" runat="server">
            <FONT face="宋体">
            <mobile:Label id="Label3" runat="server"
            Font-Bold="True">【生活资讯】</mobile:Label>
            <mobile:Label id="Label1" runat="server"
            Font-Italic="True">==天气预报==</mobile:Label>
            <mobile:Label id="l_date" runat="server"></mobile:Label>
            <mobile:Label id="l_city" runat="server"></mobile:Label>
            <mobile:Label id="l_wea" runat="server"></mobile:Label>
            <mobile:Label id="l_sky" runat="server"></mobile:Label>
            <mobile:Label id="l_w1" runat="server"></mobile:Label>
            <mobile:Label id="l_w2" runat="server"></mobile:Label>
            <mobile:Label id="l_w3" runat="server"></mobile:Label>
            <mobile:Label id="Label2" runat="server">【请选择城市名】:</mobile:Label>
            <mobile:SelectionList id="s_weather" runat="server">
            <Item Value="深圳" Text="深圳" Selected="True"></Item>
            <Item Value="广州" Text="广州"></Item>
            <Item Value="上海" Text="上海"></Item>
            <Item Value="北京" Text="北京"></Item>
            <Item Value="天津" Text="天津"></Item>
            <Item Value="武汉" Text="武汉"></Item>
            <Item Value="重庆" Text="重庆"></Item>
            <Item Value="成都" Text="成都"></Item>
            <Item Value="南京" Text="南京"></Item>
            <Item Value="香港" Text="香港"></Item>
            <Item Value="澳门" Text="澳门"></Item>
            </mobile:SelectionList>
            <mobile:Command id="Command1" runat="server">查 询</mobile:Command>
            <mobile:Link id="Link1" runat="server"
            NavigateUrl="../default.aspx#Goodview">首

[1] [2] [3] [4] [5] [6]  下一页


Tag:移动WAP开发移动WAP开发教程,wap网站开发电脑知识学习 - 网页制作 - 移动WAP开发
《用C#读取sina天气预报到wap页面》相关文章
Copyright 学会吧 All Right Reserved.
在线学习社区!--学会吧
1 2 3 4 5 6 7 7 8 9 10 11 12 13