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.
我是asp和c#的新手。我有一个绑定到数据源的复选框列表。如何保存复选框列表的状态以便保留复选框?
如果它仍然绑定到同一个数据源,那么您需要确保这些值被持久保存到数据源,以便在重新绑定时正确刷新。
其他更痛苦的选择是将这些信息保留在其他地方,并在重新绑定完成后尝试以编程方式重新应用基于此的值。