本文介绍了带有多个标题的Gridview的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

先生您好,
我是网络开发的新手,我有一个问题与获取报告的方式生成的大学学生名单有关,即在每个班级学生之后,我也获得其他班级学生的标题,例如:----


名称类节rollno
==================================
anu 1 a 1
pooja 1 a 2


名称类节rollno
==================================
anu 2 a 1
pooja 2 a 2



名称类节rollno
==================================
anu 3 a 1
pooja 3 a 2


名称类节rollno
==================================
anu 4 a 1
pooja 4 a 2


是否可以使用gridview或水晶报表.....那么请尽可能帮助我.....
在此先感谢

Hello sir,
I am new in web development and i have a problem related to getting the list of students of college where report generate in the manner that after every class students i get the header also for other class students as like:----


name class section rollno
===================================
anu 1 a 1
pooja 1 a 2


name class section rollno
===================================
anu 2 a 1
pooja 2 a 2



name class section rollno
===================================
anu 3 a 1
pooja 3 a 2


name class section rollno
===================================
anu 4 a 1
pooja 4 a 2


is it possible with gridview or crystal report.....then please help me as sson as possible.....
Thanks in advance

推荐答案



这篇关于带有多个标题的Gridview的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 12:35