Thursday, 3 October 2013

how to intreacting with database in asp.net without interfering and frezzing for page

how to intreacting with database in asp.net without interfering and
frezzing for page

In asp.net
How to run sql command in background and still play with controls and user
interface does not freeze until result for command return ...
I read about web worker in java script is that the best solution .. and
how to attach it with asp.net