|
As the title
SqlDataSource conn = new SqlDataSource ();
conn.ConnectionString = ConfigurationManager.ConnectionStrings ["xinkepc_data"]. ToString ();
conn.ProviderName = ConfigurationManager.ConnectionStrings ["xinkepc_data"]. ProviderName;
conn.SelectCommand = "select * from ad";
How to set the ID of the control |
|