Since I want to include a session variable in MySql select statement, I want to be able to write a sql string select statement in .cs page and reference it in the SelectCommand property in the SqlDataSource on the .aspx page.
How do I achieve that?