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.
是否可以在 SINGLE DATE CLICK 上生成两个网格视图。如果是,那么如何?
如果您使用的是 ASP.NET。添加到 gridviews 两个您的页面在代码隐藏事件处理程序中为日期单击设置它们的属性可见 =“false”,通过设置它们的数据源来填充网格视图,调用它们的数据绑定方法并设置它们的属性可见 = true。