As Cor mentioned, DataSet is just a class and you can store it whereever you
want.
That said, can you be a bit more specific what exactly are you trying to
achieve?
Like that it will continue for each datatype like (integer, string,
date).
ie Each datatype having one or morethan one promotion (what I said
above is single promotion).
I want to store this information in the SQL-Server. So I decided to
store the above promotion in the form of XML. and for local
modification I'm using the same in DataTable from Dataset.
In the sence for my processing I will maintain a dataset for storing
the each promotion. I need to get back for that I tried Array of
dataset but, it is not good to store my array of dataset in Session
variable. The I got an idea about ArrayList, to store my set of
Dataset.
I think you got little bit of my goal. If you have any query just mail
me muraliATgsdindia.com
thanks
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.