Hello, When I attempt to store a dataview into a "viewState" variable, I get
some error message indicating that I need to "mark the dataview as
serializable". How do I do that?DataSet is serializable, store it. DataView is a property of DataSet hence
not serializable. You can always get the DataView from the DataSet.
"Jim Heavey" <JimHeavey@.hotmail.com> wrote in message
news:ez2zYkBmDHA.1084@.tk2msftngp13.phx.gbl...
> Hello, When I attempt to store a dataview into a "viewState" variable, I
get
> some error message indicating that I need to "mark the dataview as
> serializable". How do I do that?
DataSet is serializable, store it. DataView is a property of DataSet hence
not serializable. You can always get the DataView from the DataSet.
"Jim Heavey" <JimHeavey@.hotmail.com> wrote in message
news:ez2zYkBmDHA.1084@.tk2msftngp13.phx.gbl...
> Hello, When I attempt to store a dataview into a "viewState" variable, I
get
> some error message indicating that I need to "mark the dataview as
> serializable". How do I do that?
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment