Click here to Skip to main content
16,012,116 members

Comments by Thắng Cv (Top 9 by date)

Thắng Cv 17-Jun-13 23:11pm View    
That good idea.Tks so much
Thắng Cv 17-Jun-13 23:10pm View    
Ok i will try it
Thắng Cv 17-Jun-13 22:59pm View    
I use to datagrid display data.you can say the specific
Thắng Cv 14-Jun-13 0:26am View    
Sometime i recreate another web apps and it's work.
I learning asp.net.I can help you and you too.
do you have account facebook ?
Thắng Cv 13-Jun-13 23:22pm View    
This is My code.
String conn = "Data Source=.;Initial Catalog=Northwind;Persist Security Info=True;User ID=sa;Password=sa";
SqlConnection connect = new SqlConnection(conn);
connect.Open();
string query= "select * from Customers";
SqlCommand command = new SqlCommand(query,connect);
SqlDataReader reader = command.ExecuteReader();
GridView1.DataSource = reader;
GridView1.DataBind();

There's no problem.I do it success