如何在DetailsView中显示特定记录?
我有一个 DetailsView
控件,它绑定到 ObjectDataSource
。在我的应用程序中,有一个 TextBox
,用户在此文本框中输入 ID 并单击 SHOW RECORD 按钮,现在 DetailsView 应该显示该记录。
我无法在 DetailView 中显示该记录。
请帮忙。
I have a DetailsView
control which is bind to a ObjectDataSource
. In my application there is a TextBox
, user enter ID in this textbox and clicks SHOW RECORD button, now DetailsView should show that record.
I am not able to show that record in DetailView.
Please Help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许是这样的?
Maybe something like this?