Guys within C# ASP.Net I am trying to generated a Select Query as follows
where @Email is obtained from a text box.

What should I be doing next to obtain the results from the query?

SqlDataSource SQLDataSourceUs ersDB = new SqlDataSource() ;

SQLDataSourceUs ersDB.Connectio nString = ConfigurationMa nager.Connectio nStrings["ConnectionStri ng"].ToString();

SQLDataSourceUs ersDB.SelectCom mandType...