无记录时FormView完全隐藏
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当没有可用数据时,您可以使用 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