M
Michael Albanese
Can you save objects a (custom class) to Viewstate and
then get them on a later page??
I have a custom class for an ASP.Net application that I
would like to make available across several web pages.
For example:
page1.aspx accepts a users's name, age and gender,
instantiated the new class and redirects to page2.aspx
page2.aspx accesses the custom class for the information
and takes some action based on defined business rules.
My application needs access to a defined set of data
across a series of five sepparate web pages, and i am
looking for the best way to do this.
Thanks,
Michael Albanese
then get them on a later page??
I have a custom class for an ASP.Net application that I
would like to make available across several web pages.
For example:
page1.aspx accepts a users's name, age and gender,
instantiated the new class and redirects to page2.aspx
page2.aspx accesses the custom class for the information
and takes some action based on defined business rules.
My application needs access to a defined set of data
across a series of five sepparate web pages, and i am
looking for the best way to do this.
Thanks,
Michael Albanese