Hello everyone, we are developing a student enroll system using ASP.NET 2.0. To print student personal information, we design a page that teachers can select multiple student IDs and then click the "Print" button to print all selected student personal information at one time. Each student personal info should be printed separately on to different papers, and teachers should using the clientside printer. The student personal info was selected from backend SQL Server database by StudentID. This has confused us for a long time. Can anyone provide an suugestion? Thank you!