Question: <asp:SqlDataSource ID="contractAuthSQL" runat="server" ConnectionString="<%$ ConnectionStrings

artridgeConnectionString %>"
SelectCommand="SELECT type, info_JobNumber, info_Company, info_Phase, info_ProjectStartDate, info_Total FROM [tbl_PoAuthorization] WHERE info_AuthNumber = @info_AuthNumber UNION SELECT type, info_JobNumber, info_Company, info_Phase, info_ProjectStartDate, info_Total FROM [tbl_ContractAuth] WHERE info_AuthNumber = @info_AuthNumber"></asp:SqlDataSource>
Server Error in '/' Application.
Must declare the scalar variable "@info_AuthNumber".
Must declare the scalar variable "@info_AuthNumber".
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Must declare the scalar variable "@info_AuthNumber".
Must declare the scalar variable "@info_AuthNumber".