Click here to Skip to main content
15,922,894 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with controls collection exporting data Pin
sashidhar23-Nov-09 17:01
sashidhar23-Nov-09 17:01 
GeneralRe: Problem with controls collection exporting data Pin
Abhijit Jana23-Nov-09 17:10
professionalAbhijit Jana23-Nov-09 17:10 
AnswerRe: Problem with controls collection exporting data Pin
Abhishek Sur23-Nov-09 21:17
professionalAbhishek Sur23-Nov-09 21:17 
GeneralRe: Problem with controls collection exporting data Pin
Maxdd 724-Nov-09 6:18
Maxdd 724-Nov-09 6:18 
GeneralRe: Problem with controls collection exporting data Pin
Abhishek Sur24-Nov-09 21:33
professionalAbhishek Sur24-Nov-09 21:33 
QuestionJavaScript and Print Pin
AndyASPVB23-Nov-09 8:50
AndyASPVB23-Nov-09 8:50 
AnswerRe: JavaScript and Print Pin
Christian Graus23-Nov-09 9:32
protectorChristian Graus23-Nov-09 9:32 
AnswerRe: JavaScript and Print Pin
Abhishek Sur23-Nov-09 10:48
professionalAbhishek Sur23-Nov-09 10:48 
Yes you can do so, but the page should contain the entire data. I mean if you have some portion of the table is in the server which comes whenever your page is posted back, you cant print that portion.

Just load the entire table content when the page loads.. (you may hide the portion that you dont want to show in the page using display = none css property)

Now to print the content apply CSS Ruleset for @media print
You can easily hide elements from printing using this rule. Just add display:none for the elements that you want to hide in @media print css.

Take a look at the w3 documentation on @media css.
http://www.w3.org/TR/CSS21/media.html[^]

I am sure this will help you. Wink | ;)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

QuestionTreeView Relative Width Pin
W4Rl0CK4723-Nov-09 7:09
W4Rl0CK4723-Nov-09 7:09 
AnswerRe: TreeView Relative Width Pin
ToddHileHoffer23-Nov-09 7:15
ToddHileHoffer23-Nov-09 7:15 
GeneralRe: TreeView Relative Width Pin
W4Rl0CK4724-Nov-09 6:26
W4Rl0CK4724-Nov-09 6:26 
AnswerRe: TreeView Relative Width Pin
Abhishek Sur23-Nov-09 8:11
professionalAbhishek Sur23-Nov-09 8:11 
GeneralRe: TreeView Relative Width Pin
W4Rl0CK4724-Nov-09 6:30
W4Rl0CK4724-Nov-09 6:30 
GeneralRe: TreeView Relative Width Pin
Abhishek Sur24-Nov-09 21:31
professionalAbhishek Sur24-Nov-09 21:31 
GeneralRe: TreeView Relative Width Pin
W4Rl0CK4724-Nov-09 23:27
W4Rl0CK4724-Nov-09 23:27 
QuestionCheckboxlist checked values Pin
Paul McGann23-Nov-09 6:15
professionalPaul McGann23-Nov-09 6:15 
AnswerRe: Checkboxlist checked values Pin
ToddHileHoffer23-Nov-09 7:12
ToddHileHoffer23-Nov-09 7:12 
GeneralRe: Checkboxlist checked values Pin
Paul McGann23-Nov-09 11:48
professionalPaul McGann23-Nov-09 11:48 
AnswerRe: Checkboxlist checked values Pin
Abhishek Sur23-Nov-09 8:31
professionalAbhishek Sur23-Nov-09 8:31 
Questionuser control [modified] Pin
samir8023-Nov-09 5:10
samir8023-Nov-09 5:10 
AnswerRe: user control Pin
Richard MacCutchan23-Nov-09 5:28
mveRichard MacCutchan23-Nov-09 5:28 
AnswerRe: user control Pin
Abhishek Sur23-Nov-09 8:35
professionalAbhishek Sur23-Nov-09 8:35 
QuestionDataReader in the code behind. Pin
ToddHileHoffer23-Nov-09 5:00
ToddHileHoffer23-Nov-09 5:00 
AnswerRe: DataReader in the code behind. Pin
David Mujica23-Nov-09 5:19
David Mujica23-Nov-09 5:19 
GeneralRe: DataReader in the code behind. Pin
ToddHileHoffer23-Nov-09 5:42
ToddHileHoffer23-Nov-09 5:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.