加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

用Dataset对象读取XML内容来绑定下拉列表框

发布时间:2020-12-15 21:11:32 所属栏目:asp.Net 来源:网络整理
导读:? 用Dataset对象读取XML内容来绑定下拉列表框。 DataSet?ds; img src="https://www.jb51.cc/res/2019/03-05/00/33d02437d135341f0800e3d415312ae8.gif" align="top" alt=""????????????span style="color: #008000"// span style="color: #008000"读配置文件

?
用Dataset对象读取XML内容来绑定下拉列表框。
DataSet?ds;

<img src="https://www.52php.cn/res/2019/03-05/00/33d02437d135341f0800e3d415312ae8.gif" align="top" alt="">????????????<span style="color: #008000">//

<span style="color: #008000">读配置文件<span style="color: #008000">

<img src="https://www.52php.cn/res/2019/03-05/00/33d02437d135341f0800e3d415312ae8.gif" align="top" alt="">

<span style="color: #000000">????????????ds?<span style="color: #000000">=<span style="color: #000000">?<span style="color: #0000ff">new<span style="color: #000000">?DataSet();

<img src="https://www.52php.cn/res/2019/03-05/00/33d02437d135341f0800e3d415312ae8.gif" align="top" alt="">????????????ds.ReadXml(Application.StartupPath?

<span style="color: #000000">+<span style="color: #000000">?<span style="color: #000000">"<span style="color: #000000">CashAcceptType.xml<span style="color: #000000">"<span style="color: #000000">);

<img src="https://www.52php.cn/res/2019/03-05/00/33d02437d135341f0800e3d415312ae8.gif" align="top" alt="">????????????

<span style="color: #008000">//<span style="color: #008000">将读取到的记录绑定到下拉列表框中<span style="color: #008000">

<img src="https://www.52php.cn/res/2019/03-05/00/33d02437d135341f0800e3d415312ae8.gif" align="top" alt="">

<span style="color: #000000">????????????<span style="color: #0000ff">foreach<span style="color: #000000">?(DataRowView?dr?<span style="color: #0000ff">in<span style="color: #000000">?ds.Tables[<span style="color: #000000">0<span style="color: #000000">].DefaultView)<img id="Codehighlighter1_406_478_Open_Image" onclick="code_collapse_toggle(this);" src="https://www.52php.cn/res/2019/03-05/00/2887d91d0594ef8793c1db92b8a1d545.gif" align="top" alt=""><img id="Codehighlighter1_406_478_Closed_Image" style="display: none" onclick="code_collapse_toggle(this);" src="https://www.52php.cn/res/2019/03-05/00/7a2b9a960ee9a98bfd25d306d55009f8.gif" align="top" alt="">????????????<span id="Codehighlighter1_406_478_Closed_Text" style="border-right: #808080 1px solid; border-top: #808080 1px solid; display: none; border-left: #808080 1px solid; border-bottom: #808080 1px solid; background-color: #ffffff">

<img src="https://www.52php.cn/res/2019/03-05/00/a76e9bb6ed00cf1c9c9f4ee2f04b558b.gif" alt="">

<span id="Codehighlighter1_406_478_Open_Text"><span style="color: #000000">{

<img src="https://www.52php.cn/res/2019/03-05/00/33d02437d135341f0800e3d415312ae8.gif" align="top" alt="">????????????????cbxType.Items.Add(dr[

<span style="color: #000000">"<span style="color: #000000">name<span style="color: #000000">"<span style="color: #000000">].ToString());

<img src="https://www.52php.cn/res/2019/03-05/00/105a1e124122b2abcee4ea8e9f5108f3.gif" align="top" alt="">????????????}

<span style="color: #000000">

<img src="https://www.52php.cn/res/2019/03-05/00/33d02437d135341f0800e3d415312ae8.gif" align="top" alt="">????????????cbxType.SelectedIndex?

<span style="color: #000000">=<span style="color: #000000">?<span style="color: #000000">0<span style="color: #000000">;

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读