Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
updatetemplate に含まれるドロップダウン リストに、データベースから返された値の selectedindex が必要ですか?
解決策を見つけることができました
デザインビューで SelectedValue というインテリセンスに表示されないプロパティです
コードは次のようになります
<asp:DropDownList ID="ddlMarca" SelectedValue='<%# Bind("marcaid") %>' runat="server" DataValueField="" >