在 ASP.NET 页面重定向到空页面或服务器在更新 datagridview 中的记录后无法显示页面

发布于 2024-12-11 20:25:22 字数 213 浏览 0 评论 0原文

更新 datagridview 中的记录后,我使用 server.redirect 将其重定向到同一页面。但它仍然在同一页面上并显示错误“服务器无法显示该页面”。但数据库中的记录正在更新。如果我复制 url 并将其粘贴到浏览器的另一个实例中,datagridview 将显示具有更新值的记录。当我在本地计算机上运行该解决方案时,它工作正常,但在开发服务器上发布后,出现上述错误。 请就此提出任何解决方案。 谢谢。

After updating the record in the datagridview i had redirected it to the same page using server.redirect. But its remaining on the same page and showing the error 'server cannot display the page'. But the record is updating in the database. and if I copy the url and paste it in the other instance of the browser the datagridview shows the record with updated values. When I run the solution on local machine its working fine but after posting on the dev server the above error is coming.
Please, suggest any solution on this.
Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

行至春深 2024-12-18 20:25:22

为什么要使用 server.redirect?如果是同一页面,只需完成操作并允许其回发即可。

关于它崩溃的原因,请发布代码......尽管简单地使用回发可能会解决问题。

Why are you using server.redirect? If it's the same page, just complete the operations and allow it to post back.

Regarding why it's crashing, please post code...although simply using post back will probably fix the issue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文