Click here to Skip to main content
15,892,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Marquee text Pin
matjame20-Nov-07 0:52
matjame20-Nov-07 0:52 
GeneralRe: Marquee text Pin
N a v a n e e t h20-Nov-07 1:04
N a v a n e e t h20-Nov-07 1:04 
GeneralRe: Marquee text Pin
matjame20-Nov-07 21:47
matjame20-Nov-07 21:47 
Questionpublishing website Pin
kadkir20-Nov-07 0:18
kadkir20-Nov-07 0:18 
AnswerRe: publishing website Pin
Sonia Gupta20-Nov-07 0:22
Sonia Gupta20-Nov-07 0:22 
AnswerRe: publishing website Pin
Sun Rays20-Nov-07 0:24
Sun Rays20-Nov-07 0:24 
GeneralRe: publishing website Pin
Sonia Gupta20-Nov-07 0:58
Sonia Gupta20-Nov-07 0:58 
Questioncrystal report problem Pin
Kissy1620-Nov-07 0:00
Kissy1620-Nov-07 0:00 
Hai all,
I am using vs2003 with .net framework1.1.
When i am trying to generate a crystal report it is working perfectly,i can navigate the number pages for the data.
The thing is with the reportviewer,If i want to take a printout it is giving the current page data only.If number of pages are 5,how can i move to the pages 1-5?In the print crystal report toolbar also coming which i can remove,but main problem is i couldn't able to navigate to the next page for a printout.
and if i convert to some other format,same problem is arising.
I want to take print out for all the 5 pages at a time as generally we do in msword case,how to do??
Is there anyway to give programmatically that page shd move one by one automatically??
Which property shd i need to set??

Code i have given for the report display is----
sql = "SELECT * FROM gdata"
dbcomm = New OleDbCommand(sql, Conn)
Dim dap As OleDbDataAdapter = New OleDbDataAdapter(dbcomm)
Dim ds As New Dataset1
dap.Fill(ds, "gdata")
crpt.SetDataSource(ds)
CrystalReportViewer1.ReportSource = crpt
CrystalReportViewer1.DisplayGroupTree = False
CrystalReportViewer1.DataBind()
CrystalReportViewer1.RefreshReport()
Please give me some solution.
Thanks in advance

kissy

AnswerRe: crystal report problem Pin
John-ph20-Nov-07 0:40
John-ph20-Nov-07 0:40 
QuestionDisplay the users status Pin
SreejithAchutan19-Nov-07 23:45
SreejithAchutan19-Nov-07 23:45 
AnswerRe: Display the users status Pin
N a v a n e e t h20-Nov-07 0:51
N a v a n e e t h20-Nov-07 0:51 
QuestionComaprison Validator Not Working Pin
sabby200619-Nov-07 23:33
sabby200619-Nov-07 23:33 
AnswerRe: Comaprison Validator Not Working Pin
Sandeep Akhare19-Nov-07 23:46
Sandeep Akhare19-Nov-07 23:46 
AnswerRe: Comaprison Validator Not Working Pin
John-ph19-Nov-07 23:52
John-ph19-Nov-07 23:52 
AnswerRe: Comaprison Validator Not Working Pin
Gandalf_TheWhite20-Nov-07 0:08
professionalGandalf_TheWhite20-Nov-07 0:08 
QuestionCheckbox in DataList Pin
Vijayitsb19-Nov-07 23:05
Vijayitsb19-Nov-07 23:05 
AnswerRe: Checkbox in DataList Pin
Prateek G19-Nov-07 23:12
Prateek G19-Nov-07 23:12 
AnswerRe: Checkbox in DataList Pin
John-ph19-Nov-07 23:48
John-ph19-Nov-07 23:48 
Questionworking with keyboard navigations Pin
rdvsharma19-Nov-07 23:05
rdvsharma19-Nov-07 23:05 
QuestionWebsite not looking good in Mozilla Pin
.NET- India 19-Nov-07 23:02
.NET- India 19-Nov-07 23:02 
AnswerRe: Website not looking good in Mozilla Pin
Gandalf_TheWhite21-Nov-07 2:09
professionalGandalf_TheWhite21-Nov-07 2:09 
QuestionASP.NET 2.0 Web Reference map Pin
a.pepe19-Nov-07 22:44
a.pepe19-Nov-07 22:44 
QuestionDynamic update panels Pin
Mr.Sam19-Nov-07 22:12
Mr.Sam19-Nov-07 22:12 
QuestionProcess.Start runs in background Pin
cool8319-Nov-07 21:42
cool8319-Nov-07 21:42 
AnswerRe: Process.Start runs in background Pin
Sun Rays19-Nov-07 21:47
Sun Rays19-Nov-07 21:47 

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.