Click here to Skip to main content
15,896,153 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: popup window at center screen Pin
rreddy.V12-Jun-07 0:36
rreddy.V12-Jun-07 0:36 
QuestionDynamically write to a panel on page load Pin
markymark8211-Jun-07 23:00
markymark8211-Jun-07 23:00 
AnswerRe: Dynamically write to a panel on page load Pin
Sylvester george11-Jun-07 23:06
Sylvester george11-Jun-07 23:06 
GeneralRe: Dynamically write to a panel on page load [modified] Pin
markymark8212-Jun-07 4:51
markymark8212-Jun-07 4:51 
QuestionCrystal Report in .NET 2005 Urgent pls help Pin
Elizma11-Jun-07 22:54
Elizma11-Jun-07 22:54 
AnswerRe: Crystal Report in .NET 2005 Urgent pls help Pin
Sylvester george11-Jun-07 23:02
Sylvester george11-Jun-07 23:02 
GeneralRe: Crystal Report in .NET 2005 Urgent pls help Pin
Elizma11-Jun-07 23:09
Elizma11-Jun-07 23:09 
AnswerRe: Crystal Report in .NET 2005 Urgent pls help Pin
Steven J Jowett11-Jun-07 23:05
Steven J Jowett11-Jun-07 23:05 
Elizma wrote:
I dont know if I am just stupid


Me neither Wink | ;) but, here is some vb.net code that I used to do the same thing
Dim rptInvoice As New MyCrystalReport<br />
<br />
       With rptInvoice<br />
            .Load(sReportPath)<br />
            .SetDataSource(myDataSet)<br />
                .PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Portrait<br />
                .PrintOptions.PaperSize = CrystalDecisions.Shared.PaperSize.PaperA4<br />
                .PrintToPrinter(1, True, 1, 9999)<br />
       End With


Hope this helps

Steve Jowett
-------------------------
Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'

GeneralRe: Crystal Report in .NET 2005 Urgent pls help Pin
Elizma11-Jun-07 23:33
Elizma11-Jun-07 23:33 
GeneralRe: Crystal Report in .NET 2005 Urgent pls help Pin
Steven J Jowett11-Jun-07 23:46
Steven J Jowett11-Jun-07 23:46 
AnswerRe: ASp.net + Access 2003 Pin
Biju Sam12-Jun-07 0:13
Biju Sam12-Jun-07 0:13 
General[Message Deleted] Pin
Bajrang Singh12-Jun-07 0:24
Bajrang Singh12-Jun-07 0:24 
GeneralRe: ASp.net + Access 2003 Pin
Paddy Boyd12-Jun-07 0:30
Paddy Boyd12-Jun-07 0:30 
GeneralRe: ASp.net + Access 2003 Pin
Biju Sam12-Jun-07 0:44
Biju Sam12-Jun-07 0:44 
Questionmy computer explorer Pin
Jayesh Talsaniya11-Jun-07 22:29
Jayesh Talsaniya11-Jun-07 22:29 
AnswerRe: my computer explorer Pin
_AK_11-Jun-07 22:31
_AK_11-Jun-07 22:31 
GeneralRe: my computer explorer Pin
Jayesh Talsaniya11-Jun-07 23:43
Jayesh Talsaniya11-Jun-07 23:43 
QuestionResponse.Transmitfile Pin
PrakR11-Jun-07 22:29
PrakR11-Jun-07 22:29 
QuestionHow to send a form Request using asp.net? Pin
pubududilena11-Jun-07 22:28
pubududilena11-Jun-07 22:28 
AnswerRe: How to send a form Request using asp.net? Pin
N a v a n e e t h11-Jun-07 22:40
N a v a n e e t h11-Jun-07 22:40 
GeneralRe: How to send a form Request using asp.net? Pin
pubududilena11-Jun-07 22:44
pubududilena11-Jun-07 22:44 
AnswerRe: How to send a form Request using asp.net? Pin
Venk25911-Jun-07 22:43
Venk25911-Jun-07 22:43 
GeneralRe: How to send a form Request using asp.net? Pin
pubududilena11-Jun-07 22:48
pubududilena11-Jun-07 22:48 
QuestionConsuming Java service in ASP.NET Pin
Sandeep Akhare11-Jun-07 22:16
Sandeep Akhare11-Jun-07 22:16 
AnswerRe: Consuming Java service in ASP.NET Pin
N a v a n e e t h11-Jun-07 22:23
N a v a n e e t h11-Jun-07 22:23 

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.