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 2.0 的 Visual Studio 2010 创建一个简单的 WebForm,但我似乎无法在工具箱中找到 Datagrid。
两个问题:
它应该在那里,可能在“数据”部分下。但是您始终可以自己添加标记。
<asp:DataGrid id="yourGrid" runat="server"></asp:DataGrid>
它是工具箱中的gridview。我希望你正在寻找它。