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.
我有一个简单的 .aspx 页面(附在帖子中)。
我想在 Chart 控件或 Gridview 控件中显示数据。当用户选择在图表控件或网格视图控件中查看数据的选项时,该特定控件必须显示,而其他控件必须变为不可见。
到目前为止,我能够在图表控件中成功填充数据。如果用户选择“网格视图”选项,我如何在同一位置显示网格视图控件中的数据。我不希望 gridview 控件显示在弹出窗口或任何其他窗口中。
请有任何建议
您是否尝试过使用多视图控件?
我还没有看到您的任何代码,但假设您有一个图表按钮和一个网格视图按钮,您只需在 button.click 事件中更改多视图中显示的视图。