LonnieJohnson
Programmer
I have an asp.net application.
Within there is a master page.
Inside the content holder on one of the pages I have a datagrid and some other controls.
When printing I want to make all the other controls invisible and only print the grid.
My link to the style sheet is on the master page.
How do I reference my controls that I want to hide that are inside the content area of my page?
Thanks.
ProDev, MS Access Applications
Visit me at ==>
May God bless you beyond your imagination!!!
Within there is a master page.
Inside the content holder on one of the pages I have a datagrid and some other controls.
When printing I want to make all the other controls invisible and only print the grid.
My link to the style sheet is on the master page.
Code:
<link type="text/css" href="printViewResults.css" rel="stylesheet" media="print"/>
How do I reference my controls that I want to hide that are inside the content area of my page?
Thanks.
ProDev, MS Access Applications
Visit me at ==>
May God bless you beyond your imagination!!!