zoukankan      html  css  js  c++  java
  • DetailView 使用下拉框

    DetailView 使用下拉框

                                <EditItemTemplate>
                                    <asp:DropDownList ID="DropDownList1" runat="server"
                                        SelectedValue=' <%# Bind("Type") %>'>
                                        <asp:ListItem></asp:ListItem>
                                        <asp:ListItem>正常</asp:ListItem>
                                        <asp:ListItem>损坏</asp:ListItem>
                                    </asp:DropDownList>
                                </EditItemTemplate>

  • 相关阅读:
    React简介
    webpack处理项目中的资源文件
    ajax
    DOW
    webpack-css单独打包配置
    SSH配置
    html-webpack
    常用ui
    git命令备忘
    关于git的一些使用
  • 原文地址:https://www.cnblogs.com/liuzhengdao/p/1270439.html
Copyright © 2011-2022 走看看