asp.net - Populate Gridview with Adomd Cellset -


how display ssas cube adomd cellset in grid view?

this current code, however, merging 3 columns in 1 column

e.g.

instead of display

col1    col2 1         2         b 3         c 

it displaying

formatted text 1 2 b 3 c 

how correct this? code: olapcellset = olapcmd.executecellset()

        grd1.autogeneratecolumns = true         grd1.datasource = olapcellset.cells         grd1.databind() 


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -