我已经动态添加了用户控件。我的目的是找出哪些其他用户控件与单击的用户控件相关。
imagesButtons
数据库中(部分用户控制)之间的关系。只需要找到整个用户控件或Code behind
相关图像按钮的值,以便我可以找到相关的ImageButtons
并对其进行操作。我可以用这个来做吗?
这是正在执行的代码
Control c = (Page.LoadControl("Product_UserControl.ascx"));
string id = (c.FindControl("imgBtn") as ImageButton).ID;