如何在page_load上的中继器内找到控制?
我想在中继器内的 page_load 上找到一个 gridview 控件。我怎样才能找到它?请尽快回复我。提前致谢。
i want to find a gridview control on page_load inside a repeater.How can i find it? please reply me as soon as possible. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 ItemDataBound 访问ITemplate 并在那里找到控件。
这是一个例子:
Use ItemDataBound to access the ITemplate and find the control on there.
Here's an example:
像这样?
Like this?