第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

jQueryEasyui combobox加載不了數(shù)據(jù),誰(shuí)能幫我看下!

jQueryEasyui combobox加載不了數(shù)據(jù),誰(shuí)能幫我看下!

瀟瀟雨雨 2018-12-06 15:20:10
我的目的是使用combobox加載ASHX文件的JSON,但不知道為什么總是加載不到數(shù)據(jù)。前臺(tái)代碼:?<script type="text/javascript" language="javascript" >??????? $(function () {??????????? $("#ddlGys").combobox({???????????? url: '/Common/Helper.ashx',???????????? mode:'remote',???????????? valueFild: 'gys',???????????? textFild:'gysbh'??????????? });??????? });??? </script> ?<select id="ddlGys"? class="easyui-combobox"? /> 后臺(tái): ?public List<Supplier> GetSupplier()??????? {??????????? DataTable dt = GingKo.Code.GetDT("select top 20 gysbh,gys from wz_gys");??????????? List<Supplier> suppliers = new List<Supplier>();??????????? for (int i = 0; i < dt.Rows.Count; i++)??????????? {??????????????? Supplier tmp = new Supplier();??????????????? tmp.gys = dt.Rows[i]["gys"].ToString();??????????????? tmp.gysbh = Convert.ToInt32(dt.Rows[i]["gysbh"].ToString());??????????????? suppliers.Add(tmp);??????????? }??????????? return suppliers;??????? } ???? //該方法為combobox提供JSON ???? public string GetSuppliersJSON()??????? {??????????? JavaScriptSerializer serializer = new JavaScriptSerializer();??????????? Supplier s = new Supplier();??????????? List<Supplier> suppliers = s.GetAllSupplier();??????????? string json = serializer.Serialize(suppliers);??????????? return json;??????? }
查看完整描述

2 回答

?
Cats萌萌

TA貢獻(xiàn)1805條經(jīng)驗(yàn) 獲得超9個(gè)贊

樓上的贊同。

查看完整回答
反對(duì) 回復(fù) 2019-01-21
  • 2 回答
  • 0 關(guān)注
  • 469 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)