I have four rows with two columns in a dataset.
I want to bind the dataset to a gridview such that the columns interchange in alternate rows .
For example : in the dataset two columns are image and name. I have to bind the dataset to a gridview such that ,in first row it appears, first image and then name . in second row first name and then image ...and so on.
Is it possible
Nitha Deepak