一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

asp.net 用戶(hù)控件讀取以及賦值

XML內(nèi)容如下:
復(fù)制代碼 代碼如下:
<?xml version="1.0" encoding="utf-8" ?>
<SystemVersion>
<Item>
<Version_ID>1</Version_ID>
<Version_Name>CN</Version_Name>
</Item>
<Item>
<Version_ID>2</Version_ID>
<Version_Name>EN</Version_Name>
</Item>
</SystemVersion>

用戶(hù)控件的關(guān)鍵代碼:
SystemVersion.ascx
復(fù)制代碼 代碼如下:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="SystemVersion.ascx.cs" Inherits="UserControls_SystemVersion" %>
<!-- Value是傳入的值 -->
<div style="white-space:nowrap">
<ASP:DropDownList ID="ddlVersion" runat="server">
</ASP:DropDownList>
</div>

后臺(tái)文件:
復(fù)制代碼 代碼如下:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Xml;
using System.Xml.Linq;

public partial class UserControls_SystemVersion : System.Web.UI.UserControl
{
private const string CON_FilePath = "~/App_Data/sysVersion.xml";

//// <summary>
/// 下拉框賦值
/// </summary>
public string Value
{
set { ViewState["Value"] = value; }
get { return ViewState["Value"] == null ? null : ViewState["Value"].ToString().Trim(); }
}

protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
DdlBind();
}
}

public void DdlBind()
{
XElement xDoc = XElement.Load(Server.MapPath(CON_FilePath));

// Create the query
var lVersion = from c in xDoc.Descendants("Item")
where c.Element("Version_ID").Value == "1" //目前只顯示CN
select new
{
Version_Name = c.Element("Version_Name").Value,
Version_ID = c.Element("Version_ID").Value
};

ddlVersion.DataSource = lVersion.ToList();
ddlVersion.DataTextField = "Version_Name";
ddlVersion.DataValueField = "Version_Name";
ddlVersion.DataBind();
if (Value != null)
{
ddlVersion.SelectedValue=Value;
}
}
}

AspNet技術(shù)asp.net 用戶(hù)控件讀取以及賦值,轉(zhuǎn)載需保留來(lái)源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 亚洲国产系列一区二区三区 | 玖玖爱国产| 色老板在线播放 | 91免费永久国产在线观看 | 综合激情五月婷婷 | 一本一本久久a久久综合精品蜜桃 | 欧美色涩| 精品视频一区二区三区四区 | 六月激情| 国产特黄一级毛片特黄 | 色老板免费在线观看 | 亚洲精品图区 | 色综合加勒比 | 国产美女白丝袜精品_a不卡 | 国产综合91天堂亚洲国产 | 在线激情小视频 | 中文字幕精品在线视频 | 黄网在线免费 | 玖玖爱精品视频 | 国产成人亚洲精品无广告 | 无码精品日韩中文字幕 | 欧美三级图片 | 性满足久久久久久久久 | 四虎影视国产884a精品亚洲 | 91av综合| 色干综合| 韩国美女一级毛片 | 婷婷影院在线综合免费视频 | 伊人狼人综合网 | 综合网久久 | 爱婷婷网站在线观看 | 成年午夜视频 | 青青草国产免费国产 | 四虎国产在线观看 | 激情综合婷婷 | 超级色的网站观看在线 | 国产成人在线视频 | 久久久久久久网站 | 丁香六月欧美 | 国产a久久精品一区二区三区 | 天堂成人在线 |