私は次のコードを持っています:
<asp:SqlDataSource ID="dsLeave"
runat="server"
ConnectionString="<%$ ConnectionStrings:test %>"
SelectCommand="app_leave_notification_select"
SelectCommandType="StoredProcedure">
<SelectParameters>
<asp:Parameter Name="employee_id" Type="int32" />
</SelectParameters>
</asp:SqlDataSource>
nullをasp:Parameteremployee_idに渡す方法を知っている人はいますか?