CellSetGrid question about FieldList -
04-21-2006
, 02:23 AM
Hello, I am using CellsetGrid component for OLAP on asp.net
when I load the cellsetgrid the first , it work well, but when I use
Response.rediectry(newpage), then also use Response.rediectry(thispage), the
FieldList was wrong , because it reload dimsion again, so the fieldlist
displayed wrong dimsions, I used cellsetgrid.DataBind(), doesn't work. how
can I avoid reload dimension field two times at fieldlist cell?
thank you! |