Posted on: 10/17/2014 12:29:38 PM | Views : 395

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 ...

Go to the complete details ...