I have a wizard on a page that will dynamically create a dataset as it goes
along based on user input. When the wizard is done, it will dump all of the
data it collected/created in the wizard to an xml file. Should this be an in
memory version or a dataset or a file based dataset?
along based on user input. When the wizard is done, it will dump all of the
data it collected/created in the wizard to an xml file. Should this be an in
memory version or a dataset or a file based dataset?
Comment