S
shapper
Hello,
I need to create a data object to hold a number of records with 3
columns. A datatable would do.
My problem is this:
1. I will use this as a GridView datasource.
2. I will need to postback so I can Insert, Delete, Update records
into this data object.
So, of course, the data type would need to keep its information
postback after postback.
Like it would be a database but in my runtime code.
I am a little bit confused about this.
Should I use a class? Should I make my data table global ...
.... anyway, any advice would be great.
Basically, I need a data object which is persisting on postback.
Thanks,
Miguel
I need to create a data object to hold a number of records with 3
columns. A datatable would do.
My problem is this:
1. I will use this as a GridView datasource.
2. I will need to postback so I can Insert, Delete, Update records
into this data object.
So, of course, the data type would need to keep its information
postback after postback.
Like it would be a database but in my runtime code.
I am a little bit confused about this.
Should I use a class? Should I make my data table global ...
.... anyway, any advice would be great.
Basically, I need a data object which is persisting on postback.
Thanks,
Miguel