I have a dataset,where each row has 3 columns title,link and description. This has to be binded to Gridview. When binded to Gridview the result is displayed as Title Link Description ( that is in one row, all three values are displayed for one dataset row)
I need the result to display in
Title
Link
Description
namely, i need the result to be displayed row-wise.
Can someone please tell me how to implement it.