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.
我需要获取一个文本框的值,该文本框是 ListDetails 屏幕中的父屏幕。
父屏幕为我提供了用户列表,子(详细信息)屏幕为我提供了与该用户关联的权限列表。添加新权限时,我需要 userId 字段(在添加新屏幕中)具有当前用户的 userId。
而不是引用父屏幕向子屏幕添加参数。当您从父屏幕导航到子屏幕时,LightSwitch 需要参数(例如 userId)来显示屏幕。然后该值在子屏幕上可用。
在下面的链接中,“stateName”被传递到子屏幕并用于运行查询
http://www.c-sharpcorner.com/UploadFile/dbd951/8044/