B
Brett
I am new at this type of task, so a quick template or even article reference
would be helpful.
I have an ObjectDataSource derived from and XSD type data set, with Get and
Fill methods, to populate a gridview. I want to pull the data and scan it to
set up the grdiview. For example:
.. The data has columns for stats such as UseStat1, Stat1value and Stat1Title.
.. If UseStat1 is true, add a grid column bound to Stat1Value AND
.. Set the new grid column's header text to the contents of Stat1Title
How do I collect the data from the ObjectDataSource, so I can scan it? Do I
load it into a dataset or data table, etc. and how? I can't find anything
that explains this.
Let me know if you can assist or need clarification.
Thanks
would be helpful.
I have an ObjectDataSource derived from and XSD type data set, with Get and
Fill methods, to populate a gridview. I want to pull the data and scan it to
set up the grdiview. For example:
.. The data has columns for stats such as UseStat1, Stat1value and Stat1Title.
.. If UseStat1 is true, add a grid column bound to Stat1Value AND
.. Set the new grid column's header text to the contents of Stat1Title
How do I collect the data from the ObjectDataSource, so I can scan it? Do I
load it into a dataset or data table, etc. and how? I can't find anything
that explains this.
Let me know if you can assist or need clarification.
Thanks