从其 InsertItemTemplate 子按钮获取 FormView
我的网页上有一个 FormView,当在 FormView 的 InsertItemTemplate 内按下“提交”按钮时,我试图获取 FormView。我该怎么办呢。我的事件发送者是按钮,但不是 FormView。有什么财产可以用吗?
I have a FormView on my WebPage and I am trying to get the FormView when my Submit button is pressed inside the FormView's InsertItemTemplate. How can I do that. My sender of the event is the button but not the FormView. Is there any property for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够通过 ButtonClick 中的 ID 直接访问 FV。
You should be able to access FV directly via it's ID in the ButtonClick.