im new to ASP.NET and i made a table and put some data in it to test it ... and i made a text box and a button , i want to search the database and retrieve the information in a grid view !!
here's my code
SqlConnection q1 = new SqlConnection(SqlDataSource1.ConnectionString)...