无记录时FormView完全隐藏

发布于 2024-11-30 02:14:36 字数 107 浏览 1 评论 0原文

我在 ASP.Net 应用程序中有一个简单的 FormView。但是,当数据源中没有记录时,控件将完全隐藏自身。我需要能够让最终用户添加第一个记录视图 FormView。有什么办法可以解决这种行为吗?

I have a simple FormView in a ASP.Net application. However when there are no records in the datasource, the control completely hides itself. I need to be able to have the end user add the first record view the FormView. Is there any way around this behavior?

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

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

发布评论

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

评论(1

宫墨修音 2024-12-07 02:14:36

当没有可用数据时,您可以使用 EmptyDataTemplate 显示 formView。

http://msdn2. microsoft.com/us-en/system.web.ui.webcontrols.formview.emptydatatemplate(VS.80).aspx

You can use EmptyDataTemplate to show the formView when no data is available.

http://msdn2.microsoft.com/us-en/system.web.ui.webcontrols.formview.emptydatatemplate(VS.80).aspx

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