婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > RadioButtonList綁定圖片及泛型Dictionary應用

RadioButtonList綁定圖片及泛型Dictionary應用

熱門標簽:合肥電銷外呼系統哪家公司做的好 電話機器人軟件銷售工作 南陽外呼系統定制化 百度ai地圖標注 預測式外呼系統使用說明 申請400電話手續 蘋果手機凱立德地圖標注 同安公安400電話怎么申請流程 玉林市機器人外呼系統哪家好
本博文是讓你學會讀取站點某一目錄的圖片,掌握LINQ與泛型DictionaryTKey,TValue>的使用。

首先準備好幾張圖片存在站點某一目錄之下,本例中的存儲圖片的目錄名為MsSiteImages,圖片你可以從微軟網站下載http://windows.microsoft.com/en-US/windows/home
我們寫一個泛型數據集,將存儲目錄的圖片信息:
復制代碼 代碼如下:

View Code
private Dictionaryint, string> GetData()
{
Dictionaryint, string> dic = new Dictionaryint, string>();
int i = 0;
System.IO.FileInfo fi;
var Images =
from f in System.IO.Directory.GetFiles(Server.MapPath("MsSiteImages"))
orderby f descending
select f;
foreach (var filename in Images)
{
fi = new System.IO.FileInfo(filename);
dic.Add(i, "img src='" + "MsSiteImages/" + fi.Name + "' alt='" + fi.Name +
"' title='" + fi.Name + "'/>");
i++;
}
return dic;
}

創建一個網頁,并拉RadioButtonList控件進入網頁:
復制代碼 代碼如下:

asp:RadioButtonList ID="RadioButtonList1" runat="server">/asp:RadioButtonList>

寫一個方法,用來綁定數據給RadioButtonList控件,其中一個綁定類別,你可以從下面地址下載 ,解壓之后,把InsusListControlUtility.dll放入站點的BIN目錄中。
復制代碼 代碼如下:

private void Data_Binding()
{
Insus.NET.InsusListControlUtility objList = new Insus.NET.InsusListControlUtility();
objList.RadioButtonListParse(this.RadioButtonList1, GetData(), "value", "key");
}

在網頁的Page_Load中,引用上面的Data_Binding()方法:
復制代碼 代碼如下:

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

運行網頁的效果:
您可能感興趣的文章:
  • 如何為CheckBoxList和RadioButtonList添加滾動條
  • ASP.NET中RadioButtonList綁定后臺數據后觸發點擊事件
  • ASP.NET服務器端控件RadioButtonList,DropDownList,CheckBoxList的取值、賦值用法
  • jquery判斷RadioButtonList和RadioButton中是否有選中項示例
  • js獲取RadioButtonList的Value/Text及選中值等信息實現代碼
  • javascript判斷是否有對RadioButtonList選項選擇
  • ASP.NET jQuery 實例16 通過控件CustomValidator驗證RadioButtonList
  • JQuery中對服務器控件 DropdownList, RadioButtonList, CheckboxList的操作總結
  • jquery獲取ASP.NET服務器端控件dropdownlist和radiobuttonlist生成客戶端HTML標簽后的value和text值
  • ASP.NET控件之RadioButtonList詳解

標簽:南昌 嘉興 南京 南京 海南 淄博 揚州 臺州

巨人網絡通訊聲明:本文標題《RadioButtonList綁定圖片及泛型Dictionary應用》,本文關鍵詞  RadioButtonList,綁定,圖片,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《RadioButtonList綁定圖片及泛型Dictionary應用》相關的同類信息!
  • 本頁收集關于RadioButtonList綁定圖片及泛型Dictionary應用的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 招远市| 边坝县| 舒城县| 金华市| 呼图壁县| 鄄城县| 朝阳市| 安宁市| 资溪县| 确山县| 抚顺市| 齐河县| 阳东县| 霍山县| 永福县| 桑植县| 习水县| 贵溪市| 天津市| 巫溪县| 洞头县| 策勒县| 高台县| 河津市| 翁源县| 罗甸县| 大余县| 瑞丽市| 瑞安市| 伊金霍洛旗| 萝北县| 商城县| 佳木斯市| 隆安县| 江西省| 石嘴山市| 南充市| 加查县| 灵寿县| 永新县| 揭西县|