Hi,
My question is in regard to the SelectComman in the
<asp:SqlDataSource ID="SqlDataSource2" runat="server"
ConnectionString="<%$ ConnectionStrings:conStr %>"
SelectCommand="SELECT * " +
"FROM myTable">
</asp:SqlDataSource>
Obviously I have given an example but why won't it let me spread the sql statement over a couple of lines?
Thanks, R.