ASP.Net + DataSet

  • Thread starter Thread starter marc-andr?
  • Start date Start date
M

marc-andr?

Hi all,

I want your opinion about a thing...

i'm going to develop a website in ASP.Net and I'm questionning myself
if i should a DataSet (.xsd) for all my Site (Like load on the
Session_Start and use it during all the navigation) Or if I should
create a new DataSet on some page, when i needed...

I Have made asp web site for years, so I'm accustomed to create my
recordSet on each page....

thanks

Marc-André
 
Hi marc,

marc-andr? said:
Hi all,

I want your opinion about a thing...

i'm going to develop a website in ASP.Net and I'm questionning myself
if i should a DataSet (.xsd) for all my Site (Like load on the
Session_Start and use it during all the navigation) Or if I should
create a new DataSet on some page, when i needed...

This is entierly up to you. There is no best way.
 

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.

Ask a Question

Back
Top