Click here to Skip to main content
15,916,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Web Page Size Pin
Vasudevan Deepak Kumar6-Mar-07 9:17
Vasudevan Deepak Kumar6-Mar-07 9:17 
QuestionDisplaying HTML Pin
N a v a n e e t h6-Mar-07 4:07
N a v a n e e t h6-Mar-07 4:07 
AnswerRe: Displaying HTML Pin
badgrs6-Mar-07 4:11
badgrs6-Mar-07 4:11 
AnswerRe: Displaying HTML Pin
Vasudevan Deepak Kumar6-Mar-07 9:18
Vasudevan Deepak Kumar6-Mar-07 9:18 
AnswerRe: Displaying HTML Pin
Jasmine25016-Mar-07 10:44
Jasmine25016-Mar-07 10:44 
QuestionPrint dialog without postback Pin
digsy_6-Mar-07 3:43
digsy_6-Mar-07 3:43 
AnswerRe: Print dialog without postback Pin
badgrs6-Mar-07 4:09
badgrs6-Mar-07 4:09 
GeneralRe: Print dialog without postback Pin
digsy_6-Mar-07 4:24
digsy_6-Mar-07 4:24 
Well actually the button is on a 3rd party control (a toolbar).

There are other buttons on the toolbar (which sits in an .ascx on the parent page). Some of the other buttons raise events on the parent page.

The way I got it to work is to take the value of the toolbar click event and if the value is "print" I use a literal control:

TabPageLiteral.Text = "<script language=javascript>window.print()</script>";

So you think I should try this - TabPageLiteral.Text = "<script language=javascript>window.print(); return false;</script>";
GeneralRe: Print dialog without postback Pin
badgrs6-Mar-07 6:31
badgrs6-Mar-07 6:31 
AnswerRe: Print dialog without postback Pin
Vasudevan Deepak Kumar6-Mar-07 9:18
Vasudevan Deepak Kumar6-Mar-07 9:18 
QuestionURGENT need help Pin
Ahmed EL Gendy6-Mar-07 3:38
Ahmed EL Gendy6-Mar-07 3:38 
AnswerRe: URGENT need help Pin
badgrs6-Mar-07 4:08
badgrs6-Mar-07 4:08 
AnswerRe: URGENT need help Pin
szukuro6-Mar-07 5:11
szukuro6-Mar-07 5:11 
AnswerRe: URGENT need help Pin
Vasudevan Deepak Kumar6-Mar-07 9:19
Vasudevan Deepak Kumar6-Mar-07 9:19 
Questionselected dates Pin
Oga M6-Mar-07 3:09
Oga M6-Mar-07 3:09 
AnswerRe: selected dates Pin
Sylvester george6-Mar-07 3:19
Sylvester george6-Mar-07 3:19 
QuestionEditing Datagrid Pin
Member 38935606-Mar-07 2:58
Member 38935606-Mar-07 2:58 
AnswerRe: Editing Datagrid Pin
badgrs6-Mar-07 4:05
badgrs6-Mar-07 4:05 
AnswerRe: Editing Datagrid Pin
Vasudevan Deepak Kumar6-Mar-07 9:20
Vasudevan Deepak Kumar6-Mar-07 9:20 
QuestionCreate table Pin
leon266-Mar-07 2:43
leon266-Mar-07 2:43 
AnswerRe: Create table Pin
Vasudevan Deepak Kumar6-Mar-07 9:22
Vasudevan Deepak Kumar6-Mar-07 9:22 
QuestionCapturing the events of File Download Dialog Box Pin
Jijesh.V.R6-Mar-07 2:36
Jijesh.V.R6-Mar-07 2:36 
AnswerRe: Capturing the events of File Download Dialog Box Pin
badgrs6-Mar-07 4:07
badgrs6-Mar-07 4:07 
AnswerRe: Capturing the events of File Download Dialog Box Pin
Vasudevan Deepak Kumar6-Mar-07 9:22
Vasudevan Deepak Kumar6-Mar-07 9:22 
QuestionCrystal Report do show output when it is placed on IIS Pin
mohd imran abdul aziz6-Mar-07 1:36
mohd imran abdul aziz6-Mar-07 1:36 

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.