本文介绍了使用asp.net 2.0将Texformat转换为Pdf,Excel,Word格式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有下拉列表和数据网格视图,可将学生的成绩记录从sql server 2005数据库(ResultDetails)检索到网格视图中,但是我想为用户提供解决方案,使他们可以在drodownlist框中选择可用的选项,然后整个gridview结果应根据用户选择进行转换.


下拉列表(Pdf,Excel,Word)中的可用选项

感谢Advance

I have drop downlist and data grid view which retrives result records of students from sql server 2005 database (ResultDetails) into grid view ,But i want to give solution to user that they can choose the option avaliable in drodownlist box and then the entier gridview reult should convert according to user selection .


Avaliable option in drop downlist (Pdf,Excel,Word )

Thanx in Advance

推荐答案


这篇关于使用asp.net 2.0将Texformat转换为Pdf,Excel,Word格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 09:48