jesper

jesper

  • NA
  • 89
  • 52.8k

creation of dataclass and store data inside it.

Feb 22 2013 3:42 PM
Hi
im trying to create a dataclass, that only stores data. my project "tree"

default.aspx - textboxes and a button
default.cs - the class that retrieves data and send it to dataclass

data.cs - is the class where get / set is.


my problem is that the data entered in my data.cs are only temporary available. i need a setup where the data is stored in my dataclass UNTIL i null it or overwrite it.

i cannot give an example of my dataclass, because i dont have my project on my private pc.


any ideas ? i prefer best practice :)