Home > Programming > vb dotnet

vb dotnet

vb dotnet
Plz help…. VB.NET!!!!!!!!!!!!!!!!!!?

if a person enters around 100 fields(txtbx, dropdown,….) in a dotnet web application, it takes lot of time to get saved in database(SQL). How to reduce the time consumption???????

Send the info to an Ajax Handler (.ashx page) and the time it takes to insert will be transparent to the user. Let the handler connect to the database and do the insert so the page does not have to post back.

VB DOT NET MS ACCESS DATABASE

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
Categories: Programming Tags:
  1. No comments yet.
  1. No trackbacks yet.