本文介绍了带有VS2010和C#的Datagrid Web应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经开发了datagrid网站,其中有编辑",删除",选择"和插入"按钮来完成它的工作.
我的问题是:由于任何原因删除行时,将被丢弃,但是我想看看如何在SQL TABLE中查看已删除的信息.
非常感谢.
I have developed datagrid Web site in which I have Edit, Delete, Select and Insert button to do it''s job.
My question is : when I delete the row due to any reason will be gone to garbage but I want to see how I can view deleted information in SQL TABLE.
Thank you very much.
推荐答案
这篇关于带有VS2010和C#的Datagrid Web应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!