Hello to all
I have a grid look like
What I m doing on button click I am generating bill of some selected student.
Now, I want to print information of those selected student. In this formatted
This is the copy for single student .on single click I want to print all student bills
On single click.
in C# Web Application..
Sukesh MarlaPosted Sep 27, 2012, 1:01 PM
Use the same login and Generate a list of ClsStudent and use it as datasource for listview control.
Use this link for demonstration
http://weblogs.asp.net/gurusarkar/archive/2010/04/28/binding-list-of-custom-class-to-gridview-or-listview-control.aspx
Check this is correct answer if it helped.