Web App using VS2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to writing a Web App that I need to retain at least 15 different
columns of information. This process is repeated up to a maxium of 10 times
and only then are records updated. What is the best way to retain all this
information internally and the fastest without using SQL plus a direction to
some example.

Thanks for your help in advance.
 
I think you can create a DataTable, and use it to keep your data before
updating a database.
 
Back
Top