asp.net 页面无故停止工作(gridview/sqlexpress 搜索)

发布于 2024-08-11 03:34:37 字数 387 浏览 4 评论 0原文

我有一个带有 gridview 和几个输入文本框和一个搜索按钮的 asp.net 页面。 一旦我在两个文本框中输入内容并按搜索,我就会从 MS SQLExpress 2008 数据库中获得结果列表 (gridview)。

一切都运行良好,但由于某种未知的原因,搜索时不时地停止工作。 我在两个文本框中键入值,然后按“搜索”。 文本框中的文本没有像往常一样得到结果,而是消失了,底部显示状态“完成”,但实际上没有显示任何内容。

它根本没有给出任何错误...它只是运行...但不显示任何数据。

我尝试过使用其他几台电脑作为客户端,同样的问题。 我已经关闭并重新启动 IE/Firefox 但没有修复它。 关闭网络服务器的电脑有时可以修复它,但我当然不想每 30 分钟这样做一次

任何评论/想法表示赞赏

I have an asp.net page with a gridview and a couple of input text boxes and a search button.
Once I put something on both text boxes and press search, I get a result list (gridview) from a MS SQLExpress 2008 database.

Everything runs great BUT for some unknown reason the search stops working every now and then.
I type values on the two text boxes and press Search.
Instead of getting a result like always, the text on the text boxes dissapear, on the bottom says status "Done" but in fact is not displaying anything.

it gives no errors at all...it just runs...but doesn't display any data.

I have tried used several other Pc's as clients, same problem.
I have closed and restarted IE/Firefox but does't fix it.
Turning off-on the web server's pc fixes it sometimes, but of course I don't want to be doing that every 30 minutes

Any comments/ideas are appreciated

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

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

发布评论

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

评论(1

烂柯人 2024-08-18 03:34:37

听起来好像它给你重定向到 GET。我的猜测是您设置为使用表单身份验证,但它已超时。尝试增加超时或删除身份验证。

您可以使用 Fiddler 来验证它是否正在重定向您。

Sounds like it's giving you a redirect to GET. My guess is you're set to use Forms Authentication, and it's timing out. Try increasing the timeout, or removing authentication.

You could use Fiddler to verify that it's redirecting you.

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