0
的專欄中,我有以下的列的數據視圖:添加下拉列表中每一行數據視圖
<Columns>
<asp:BoundField DataField="report_type" HeaderText="Report Type" ReadOnly="True" SortExpression="report_type"/>
<asp:BoundField DataField="progress" HeaderText="Progress" SortExpression="progress"/>
</Columns>
這工作得很好,它顯示的記錄從數據庫中。
如何替換進度欄並使其包含每行的下拉列表?下拉列表中包含complete
和incomplete
?