刘政道 - 应用程序框架

《31天学会CRM项目开发(C#编程入门及项目实战)》作者,IT经理,程序员
  博客园  :: 新随笔  :: 联系 :: 管理

DetailView 使用下拉框

Posted on 2008-08-18 16:36  刘政道  阅读(346)  评论(0编辑  收藏  举报

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>