Search code examples
c#.nettableadapter

What is the downside of TableAdapterManager?


I using tableAdapterManager for updating my data. But when i want save with this function the window is freezing. What do you about this problem?


Solution

  • You can use a BackgroundWorker to avoid your "window is freezing". Useful if you have lots of data to load.