G
googlegroup
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionString:SalesDBConnectionString %>"
SelectCommand="<%=strSQL%>" />
In ASP.NET , how do you assign a dynamic value for the SelectCommand ?
You would think the above should work ?
Thanks...
ConnectionString="<%$ ConnectionString:SalesDBConnectionString %>"
SelectCommand="<%=strSQL%>" />
In ASP.NET , how do you assign a dynamic value for the SelectCommand ?
You would think the above should work ?
Thanks...