Click here to Skip to main content
16,010,351 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: localhost Pin
RichardGrimmer30-Jul-06 4:10
RichardGrimmer30-Jul-06 4:10 
QuestionFLASH BORDERS Pin
TintinV3ck20-Jul-06 23:22
TintinV3ck20-Jul-06 23:22 
AnswerRe: FLASH BORDERS [modified] Pin
Brent Lamborn21-Jul-06 5:03
Brent Lamborn21-Jul-06 5:03 
QuestionHREF between folders? Pin
TintinV3ck20-Jul-06 23:19
TintinV3ck20-Jul-06 23:19 
AnswerRe: HREF between folders? Pin
Paddy Boyd21-Jul-06 0:09
Paddy Boyd21-Jul-06 0:09 
GeneralRe: HREF between folders? Pin
Amit Agarrwal24-Jul-06 19:55
Amit Agarrwal24-Jul-06 19:55 
GeneralRe: HREF between folders? Pin
Paddy Boyd24-Jul-06 21:55
Paddy Boyd24-Jul-06 21:55 
Questionprinting a webform using javascript Pin
arvindk820-Jul-06 17:58
arvindk820-Jul-06 17:58 
Hi,
I am working on C# .NET. I have generated a report using crystal report and displayed it on a .aspx page using report viewer. There is a button on the .aspx page which when clicked will print the report. When the orientation of the page in crystal report is set to 'protrait', i am getting the printout of the report. But when orientation is changed to 'Landscape', I am getting a blank printout. For printing the report i am using javascipt. The code i am using is below.

function callPrint()
{
var PrintSTAT='';
PrintSTAT="";
PrintSTAT+="";
PrintSTAT+="";

var winPrint=window.open('','','');
winPrint.document.write(PrintSTAT);
winPrint.document.close();
winPrint.focus();
winPrint.print();
winPrint.close();
return false;
}

Here LinkName is a doc file in which i am exporting the report.

Help me out.

Regards,
Arvind Sharma
QuestionCSS Nesting Pin
eggsovereasy20-Jul-06 11:13
eggsovereasy20-Jul-06 11:13 
AnswerRe: CSS Nesting Pin
J. Dunlap20-Jul-06 11:54
J. Dunlap20-Jul-06 11:54 
AnswerRe: CSS Nesting Pin
theJazzyBrain25-Jul-06 5:33
theJazzyBrain25-Jul-06 5:33 
QuestionMicrosoft VBScript runtime error '800a01a8' Pin
Abbas8220-Jul-06 10:58
Abbas8220-Jul-06 10:58 
AnswerRe: Microsoft VBScript runtime error '800a01a8' Pin
Abbas8221-Jul-06 6:46
Abbas8221-Jul-06 6:46 
QuestionHow to Compare two Dates in date picker Pin
abufaizur20-Jul-06 7:48
abufaizur20-Jul-06 7:48 
AnswerRe: How to Compare two Dates in date picker Pin
mahesh kukkadapu21-Jul-06 5:35
mahesh kukkadapu21-Jul-06 5:35 
QuestionAutomatically creating csv files?? Pin
jimmyfitzgerald20-Jul-06 5:13
jimmyfitzgerald20-Jul-06 5:13 
AnswerRe: Automatically creating csv files?? Pin
Steve Echols20-Jul-06 5:52
Steve Echols20-Jul-06 5:52 
Questionsaving data Pin
i@@19-Jul-06 21:50
i@@19-Jul-06 21:50 
AnswerRe: saving data Pin
theJazzyBrain19-Jul-06 22:25
theJazzyBrain19-Jul-06 22:25 
GeneralRe: saving data Pin
i@@20-Jul-06 20:15
i@@20-Jul-06 20:15 
QuestionCalendar Control is not working in Live Server Pin
kpsetty19-Jul-06 21:02
kpsetty19-Jul-06 21:02 
QuestionAjax vs Being Known Pin
Vladimir S.19-Jul-06 9:16
Vladimir S.19-Jul-06 9:16 
AnswerRe: Ajax vs Being Known Pin
led mike19-Jul-06 10:05
led mike19-Jul-06 10:05 
GeneralRe: Ajax vs Being Known Pin
Vladimir S.19-Jul-06 12:59
Vladimir S.19-Jul-06 12:59 
GeneralRe: Ajax vs Being Known Pin
led mike19-Jul-06 13:11
led mike19-Jul-06 13:11 

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.