flexbox に置き換えたい、storedproc によって入力された asp:dropdownlist があります。フレックス ボックスが json ベースのコンテンツを期待していることがわかります。そのために私のコードを置き換える方法はありますか?
<asp:DropDownList ID="StepDropDown" runat="server" AutoPostBack="True" DataSourceID="SteppingDataSource" DataTextField="Name" DataValueField="S_ID" OnSelectedIndexChanged="StepDropDown_SelectedIndexChanged" />
<asp:SqlDataSource ID="SteppingDataSource" runat="server" ConnectionString="<%$ ConnectionStrings:PerfMonConnectionString %>" SelectCommand="GetSteppings" SelectCommandType="StoredProcedure" />
助けてくれてありがとう!