How to print header in each page
| Author | Topic |
|---|---|
| Renukadevi Shanmugasundaram Member Joined: 14 Jul 2006 Country: Australia Posts: 15 | |
| Detail Oriented Member Joined: 27 Oct 2006 Country: Posts: 7 | If I understand you right . You want to add a header to each page...and then print it... If I understand you right . You want to add a header to each page...and then print it...You can have a usercontrol with the header and load it either at desgn time or runtime. DesignTime: Create user control Drag it from the solution explorer onto every page. RunTime: Create user control Add a classname to the usercontrol. Add a reference directive to the page Load the control Hope this helps!! |
Posted: 03 Nov 2006 04:08:04










