How much faster is 2.0?

  • Thread starter Thread starter VB Programmer
  • Start date Start date
there are few performance gains. the main improvement is if you switch from
the datagrid to the gridview you can cut down on viewstate. a minor change
is you can also precompile the site, but this is a startup performance gain.

-- bruce (sqlwork.com)
 

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