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.
我的用户控件(.Net)使用了一个 ultrawebgrid,我想将其中一列的值传递给同一网格中的另一列..谁能建议我传递值的最佳方法
将这些列公开为用户控件 (GET/SET) 的公共属性。这样,您将能够在控件本身之外操作它们。