<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$appSettings:ConnString%>"
SelectCommand="sql query ............."
this is in desgin
and with the above i have
SqlDataSource1.SelectCommand = "sql query ............. " in code behind
but if i have the connection in code behind
how do i execute
SqlDataSource1.SelectCommand == "sql query ............. "
it without any reader or dataset