hi my dataset contain 2 rows called name address abc london xyz new york i want bind the whole data set to label in row databound event my code is here for (int i = 0; i < res.Tables[0].Rows.Count; i++) { &nbs ...