Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今天是个好日子。
我对 wpf 应用程序很陌生,我使用 wpf 创建了这个文件上传/下载应用程序。
基本上,用户将文件上传到服务器,数据库将记录文件信息并将其显示在 wpf 数据网格上。
用户在应用程序上如何上传,有一个上传按钮,单击该按钮时,将打开一个对话框,供他们选择要上传的文件。上传后,对话框将关闭。但是,数据网格未更新。它只会在我重新启动应用程序时更新。我尝试使用 datagrid.item.refresh() 但它不起作用。
任何帮助将不胜感激。