Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在学习 Web 用户控件(在 VWD Express 和 VB 中)的山脚下苦苦挣扎,我正在寻找一种有效的方法将 ID 的值从页面传递到控件,以应用于数据源的 SelectParameters。有什么快速提示可以帮助我入门吗?
Master所有子控件都可以通过该属性访问它们的 MasterPage 。如果您在返回 id 的 MasterPage 代码后面创建公共方法,则可以从子页面调用该方法。
Master