本文介绍了防止asp.net应用程序中的Internet连接失败导致数据丢失的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当互联网断开连接或系统关闭时,我丢失了数据。当我点击保存按钮时,如果互联网断开连接或系统关闭,则同时保存主数据,但其他数据无法保存,下次尝试时显示错误。

I loss my data when Internet disconnected or system shut down. When I click on save button and the same time if Internet disconnected or system shut down then master data is saved but the other data could not save and it shows error on next attempt.

推荐答案

这篇关于防止asp.net应用程序中的Internet连接失败导致数据丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 11:23