Click here to Skip to main content
15,912,977 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: ping problem Pin
Guffa15-Sep-06 6:54
Guffa15-Sep-06 6:54 
Questionhow to pass an xml node from a webservice to a client? Pin
biaali15-Sep-06 1:42
biaali15-Sep-06 1:42 
Questionclassical asp + file upload help needed Pin
Naveed Kamboh15-Sep-06 0:24
Naveed Kamboh15-Sep-06 0:24 
AnswerRe: classical asp + file upload help needed Pin
Boro_Bob15-Sep-06 0:28
Boro_Bob15-Sep-06 0:28 
GeneralRe: classical asp + file upload help needed Pin
Naveed Kamboh15-Sep-06 2:04
Naveed Kamboh15-Sep-06 2:04 
GeneralRe: classical asp + file upload help needed Pin
Boro_Bob15-Sep-06 2:20
Boro_Bob15-Sep-06 2:20 
AnswerRe: classical asp + file upload help needed Pin
JUNEYT18-Sep-06 10:55
JUNEYT18-Sep-06 10:55 
QuestionIE printing blank page Pin
Boro_Bob15-Sep-06 0:02
Boro_Bob15-Sep-06 0:02 
I have developed a web application in VS2005 which basically reads in a lot of different information from database, lets a user edit the data, and then compiles it all into a series of web pages to be printed by the user. It was required that the web pages are all displayed together so the user only has to print from one window.

I created a page which out puts the urls of the resultant pages into iframes. This has to be done dynamically, as the user selects the number of pages to print, and which ones he wants.

At first I found that for every page being printed, IE would print an extra blank page. After searching MS's knowledge base, and Google, I found that a table row stretched over the length of a page can cause this, so I got rid of the table. Now my page will print a single blank sheet before printing the rest of the pages. The HTML generated is below:

<form name="Form1" method="post" action="PrintPack.aspx" id="Form1">
<input type="hidden" name="__VIEWSTATE" value="dDwxNzcyNjM0OTY0Ozs+3OMqI2WcXXaduGBz58B1RA42Upw=" />

<div id="Panel1">
<IFRAME src="TruckPMSIP.aspx?SheetNo=1" frameBorder="0" width="722" scrolling="no" height="1002" style="marginBlush | :O ; paddingBlush | :O "></IFRAME>
<IFRAME src="TruckService.aspx?Sheet=1&SheetNo=2" frameBorder="0" width="722" scrolling="no" height="1002" style="marginBlush | :O ; paddingBlush | :O "></IFRAME>
<IFRAME src="TruckDefect.aspx?SheetNo=3" frameBorder="0" width="722" scrolling="no" height="1002" style="marginBlush | :O ; paddingBlush | :O "></IFRAME>
</div>

<script language='javascript'>window.print()</script>

</form>

This only happens in IE, but my users will all be using IE, so I need to try and solve this problem. Any ideas would be very welcome.
Questionproblem in creating two submit buttons in same form Pin
madhavi_desai14-Sep-06 23:25
madhavi_desai14-Sep-06 23:25 
AnswerRe: problem in creating two submit buttons in same form Pin
JUNEYT18-Sep-06 10:34
JUNEYT18-Sep-06 10:34 
Questiondatagrid onItemCommand to call a javascript function Pin
Ghassan ka14-Sep-06 2:54
Ghassan ka14-Sep-06 2:54 
AnswerRe: datagrid onItemCommand to call a javascript function Pin
_AK_14-Sep-06 11:17
_AK_14-Sep-06 11:17 
GeneralRe: datagrid onItemCommand to call a javascript function Pin
Ghassan ka16-Sep-06 21:28
Ghassan ka16-Sep-06 21:28 
QuestionInterface suggestions Pin
Malcolm Smart14-Sep-06 0:39
Malcolm Smart14-Sep-06 0:39 
AnswerRe: Interface suggestions Pin
RichardGrimmer14-Sep-06 2:46
RichardGrimmer14-Sep-06 2:46 
GeneralRe: Interface suggestions Pin
Malcolm Smart14-Sep-06 3:01
Malcolm Smart14-Sep-06 3:01 
GeneralRe: Interface suggestions Pin
RichardGrimmer15-Sep-06 3:14
RichardGrimmer15-Sep-06 3:14 
GeneralRe: Interface suggestions Pin
Malcolm Smart17-Sep-06 20:37
Malcolm Smart17-Sep-06 20:37 
GeneralRe: Interface suggestions Pin
RichardGrimmer19-Sep-06 7:34
RichardGrimmer19-Sep-06 7:34 
AnswerRe: Interface suggestions Pin
Boro_Bob14-Sep-06 23:46
Boro_Bob14-Sep-06 23:46 
Questionhow to keep web service and c++ client connection??, Pin
AndyLau00413-Sep-06 21:56
AndyLau00413-Sep-06 21:56 
Questionpreserving object reference in a page Pin
248912813-Sep-06 20:44
248912813-Sep-06 20:44 
AnswerRe: preserving object reference in a page Pin
RichardGrimmer14-Sep-06 2:47
RichardGrimmer14-Sep-06 2:47 
GeneralRe: preserving object reference in a page Pin
Guffa14-Sep-06 7:51
Guffa14-Sep-06 7:51 
GeneralRe: preserving object reference in a page Pin
RichardGrimmer19-Sep-06 7:33
RichardGrimmer19-Sep-06 7:33 

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.