Search results

  1. P

    Please Help Me ! C Sharp Question?

    I want to sum a column and display it in textbox1...how my query is con.Open(); com = con.CreateCommand(); com.CommandText = "select sum(nett) from buy"; SqlDataReader dr; dr=com.ExecuteReader(); then next .. what i do.. help me
Back
Top