Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Controlling Print visibility?Controlling Print visibility?
Previous
 
Next
New Post
5/15/2008 12:07 AM
 

Hey all,

After thinking about this, and doing some research, the closest i came to an answer was this: http://www.dnnstuff.com/Support/Forums/tabid/189/view/topic/postid/119/Default.aspx

Basically my module has a series of controls such as dropdownlists, radio's that control what the user see's, when i use the skins 'print' button, i get all that information on the print out, which is not good!

At first i considered using Codebehind to Hide the buttons if the querystring had dnnprintmode/true , however when it launches the printmode page, there is no pass of the current viewstate? so any modification to the data on the page needs to be redone via the controls i have inserted- so they need to be visible.

Secondly i thought about using CSS to toggle Display:none; this seems to have ZERO effect on anything

my CSS is as such:

@media print
{
.print
{
    display:none;
    color:Blue;
    visibility:hidden;
  
}  
   
}

This is on the bottom of my Module.CSS file. I have attemped to set controls, modify Datalist widths, and even a simple <span class="print">this text is not here for print"</span>. None of these approaches work with the CSS in any way, infact color change doesn't work either.

For the many of you who must have been in the situation before is there, A: A way to make the CSS behave as i am expecting it to, or B: Transport the Viewstate to the Printmode of DNN??

 

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Controlling Print visibility?Controlling Print visibility?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out