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

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -