成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

ListBox中怎么實(shí)現(xiàn)多選并顯示數(shù)據(jù)

ListBox中怎么實(shí)現(xiàn)多選并顯示數(shù)據(jù),很多新手對(duì)此不是很清楚,為了幫助大家解決這個(gè)難題,下面小編將為大家詳細(xì)講解,有這方面需求的人可以來(lái)學(xué)習(xí)下,希望你能有所收獲。

成都創(chuàng)新互聯(lián)一直在為企業(yè)提供服務(wù),多年的磨煉,使我們?cè)趧?chuàng)意設(shè)計(jì),網(wǎng)絡(luò)營(yíng)銷推廣到技術(shù)研發(fā)擁有了開(kāi)發(fā)經(jīng)驗(yàn)。我們擅長(zhǎng)傾聽(tīng)企業(yè)需求,挖掘用戶對(duì)產(chǎn)品需求服務(wù)價(jià)值,為企業(yè)制作有用的創(chuàng)意設(shè)計(jì)體驗(yàn)。核心團(tuán)隊(duì)擁有超過(guò)10多年以上行業(yè)經(jīng)驗(yàn),涵蓋創(chuàng)意,策化,開(kāi)發(fā)等專業(yè)領(lǐng)域,公司涉及領(lǐng)域有基礎(chǔ)互聯(lián)網(wǎng)服務(wù)服務(wù)器托管雅安、成都app軟件開(kāi)發(fā)公司、手機(jī)移動(dòng)建站、網(wǎng)頁(yè)設(shè)計(jì)、網(wǎng)絡(luò)整合營(yíng)銷。

  1. <%@ Page Language="C#" AutoEventWireup="true" Debug="true"%>  

  2. <%@import namespace="System.Data"%>  

  3. <%@import namespace="System.Data.SqlClient"%>  

  4.  

  5.  

  6.  

  7. <FORM RUNAT=< SPAN>"server">  

  8. "ckbEmployees" runat="server" RepeatLayout="table" RepeatDirection="vertical" RepeatColumns="3" CellPadding="9" CellSpacing="18" TextAlign="right" OnSelectedIndexChanged="subListChange" AutoPostBack="true" />  


  9.  

  10. "dgEmployee" runat="server" />  

  11.  

  12.  

  13.  

  14. <SCRIPT LANGUAGE=< SPAN>"c#" runat="server">  

  15. private void Page_load(object sender,System.EventArgs e)  

  16. {  

  17. if(!IsPostBack)  

  18. {  

  19.    string strConnection ="server=.;uid=sa;pwd=sunix!;database=northwind";  

  20.    string strSQLforCheckBoxes = "select LastName ,EmployeeID from employees order by lastname";  

  21.    SqlConnection objConnection = new SqlConnection(strConnection);  

  22.    SqlCommand objCommand = new SqlCommand(strSQLforCheckBoxes,objConnection);  

  23.    objConnection.Open();  

  24.    ckbEmployees.DataSource = objCommand.ExecuteReader();  

  25.    ckbEmployees.DataTextField = "LastName";  

  26.    ckbEmployees.DataValueField = "EmployeeID";  

  27.    ckbEmployees.DataBind();  

  28.    objConnection.Close();  

  29. }  

  30. }  

  31. private void subListChange(object s,System.EventArgs e)  

  32. {  

  33. Response.Write("subListchange triggered


    ");  

  34. string strWhereClause="";  

  35. foreach (ListItem liThisOne in ckbEmployees.Items)  

  36. {  

  37.    if(liThisOne.Selected)  

  38.    {  

  39.     strWhereClause += "EmployeeID = " + liThisOne.Value + " OR ";  

  40.    }  

  41. }  

  42. Response.Write("strWhereClause=
    "+strWhereClause+"


    ");  

  43. if(strWhereClause.Length>0)  

  44. {  

  45.    dgEmployee.Visible = true;  

  46.    string str = strWhereClause.Substring(0,strWhereClause.Length - 3);  

  47.    strWhereClause = " where " + str;  

  48.    string strConnection = "server=.;uid=sa;pwd=sunix!;database=northwind";  

  49.    string strSQLforGrid = "select TitleOfCourtesy,firstName,lastName,country,region,city,notes from employees " + strWhereClause;  

  50.      //Response.Write(strSQLforGrid); sql語(yǔ)句之間的空格,否則出錯(cuò) 

  51.    SqlConnection objConnection = new SqlConnection(strConnection);  

  52.    SqlCommand objCommand = new SqlCommand(strSQLforGrid,objConnection);  

  53.    Response.Write("strSQLforGrid=
    "+strSQLforGrid+"


    ");  

  54.    objConnection.Open();  

  55.    dgEmployee.DataSource = objCommand.ExecuteReader();  

  56.    dgEmployee.DataBind();  

  57.    objConnection.Close();  

  58. }  

  59. else 

  60. {  

  61.    dgEmployee.Visible = false;  

  62. }  

  63. }  

  64.    

看完上述內(nèi)容是否對(duì)您有幫助呢?如果還想對(duì)相關(guān)知識(shí)有進(jìn)一步的了解或閱讀更多相關(guān)文章,請(qǐng)關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝您對(duì)創(chuàng)新互聯(lián)的支持。

新聞標(biāo)題:ListBox中怎么實(shí)現(xiàn)多選并顯示數(shù)據(jù)
當(dāng)前URL:http://jinyejixie.com/article42/gggjec.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供標(biāo)簽優(yōu)化企業(yè)網(wǎng)站制作、移動(dòng)網(wǎng)站建設(shè)做網(wǎng)站、網(wǎng)站營(yíng)銷、Google

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

h5響應(yīng)式網(wǎng)站建設(shè)
承德县| 关岭| 淮南市| 留坝县| 晋宁县| 诏安县| 黔东| 衡山县| 抚松县| 延津县| 庄浪县| 保亭| 牡丹江市| 潮州市| 甘洛县| 同德县| 穆棱市| 霍林郭勒市| 措美县| 阳东县| 瑞昌市| 朝阳县| 涞水县| 吴堡县| 柳江县| 新建县| 滦平县| 剑阁县| 蚌埠市| 清原| 松阳县| 霍城县| 赣州市| 庆阳市| 河西区| 太康县| 沙雅县| 浙江省| 平顶山市| 阿图什市| 海林市|