Add content to a database

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

Is it possible to create a class in Asp.Net, give values to its
properties and save it in a database for later retrieval?
How can I do this?

Thanks,
Miguel
 
Is it possible to create a class in Asp.Net, give values to its
properties and save it in a database for later retrieval?

I should imagine so, assuming the class is serializable, though I haven't
tried it...
 
Back
Top