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.
如何Gridview使用现有表数据显示详细信息,假设我有3 tables.ie Tables_Name: Studentdetails, Class, Section。
Gridview
3 tables
Studentdetails, Class, Section
我想在另一个表格 gridview 中显示 StudentId,StudentName,ClassName,Section,
您的数据源将需要基于连接这三个表中的数据的一些查询(它们可以连接吗?),从那里您只需使用生成的数据集填充 gridview。恐怕很难在没有更多细节的情况下给出更多详细的答案。