Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: can we make changes in web.config using C#? Pin
Paddy Boyd27-Mar-09 3:08
Paddy Boyd27-Mar-09 3:08 
QuestionHow to bind data from DataSource to a Repeator control? Pin
Subin Alex26-Mar-09 23:54
Subin Alex26-Mar-09 23:54 
AnswerRe: How to bind data from DataSource to a Repeator control? Pin
Christian Graus27-Mar-09 0:11
protectorChristian Graus27-Mar-09 0:11 
GeneralRe: How to bind data from DataSource to a Repeator control? Pin
Subin Alex27-Mar-09 0:59
Subin Alex27-Mar-09 0:59 
GeneralRe: How to bind data from DataSource to a Repeator control? Pin
Christian Graus27-Mar-09 1:06
protectorChristian Graus27-Mar-09 1:06 
AnswerRe: How to bind data from DataSource to a Repeator control? Pin
farogh haider27-Mar-09 20:19
farogh haider27-Mar-09 20:19 
GeneralRe: How to bind data from DataSource to a Repeator control? Pin
Subin Alex27-Mar-09 21:18
Subin Alex27-Mar-09 21:18 
QuestionCrystal Reports not displaying Correct Num of Records Pin
prubyholl26-Mar-09 23:40
professionalprubyholl26-Mar-09 23:40 
Please correct me if i am in the wrong post


i am pulling data from a db to populate a crystal report document.
when i run the query in 'toad 4 sql editor'' or sql management studio' i get about 6800 records
but when the report is generated i get only 4 records.

I even test the rows of the datatable being passed to the reports and it says 6800 records
but the report actually shows 4 records in the first and only page.

no subsequent pages exist

here is a samnple code

'creates a new instance of the report

Dim DrvReport As New CRDrivers

'test the number of rows generated
MsgBox(dt.Rows.Count)

'set the dataseource 4 the report
DrvReport.SetDataSource(dt)

'set report source 4 da crystal report viewer
CRViewer.ReportSource = DrvReport
CRViewer.RefreshReport()
DrvReport.Dispose()


i have been using crystal but never experienced this before.Sorry for my long text

Plz help..thank you all
AnswerRe: Crystal Reports not displaying Correct Num of Records Pin
mr_muskurahat27-Mar-09 1:13
mr_muskurahat27-Mar-09 1:13 
GeneralRe: Crystal Reports not displaying Correct Num of Records Pin
prubyholl27-Mar-09 1:27
professionalprubyholl27-Mar-09 1:27 
QuestionHelp me please !! how i get Null value Datetime from SqlDB2005 to show in gridview Pin
darkman6926-Mar-09 23:32
darkman6926-Mar-09 23:32 
AnswerRe: Help me please !! how i get Null value Datetime from SqlDB2005 to show in gridview Pin
Christian Graus27-Mar-09 0:09
protectorChristian Graus27-Mar-09 0:09 
AnswerRe: Help me please !! how i get Null value Datetime from SqlDB2005 to show in gridview Pin
Herman<T>.Instance27-Mar-09 1:48
Herman<T>.Instance27-Mar-09 1:48 
QuestionRead Serial Port Using Javascript Pin
CrazyCoder2626-Mar-09 23:23
CrazyCoder2626-Mar-09 23:23 
AnswerRe: Read Serial Port Using Javascript Pin
Christian Graus27-Mar-09 0:12
protectorChristian Graus27-Mar-09 0:12 
AnswerRe: Read Serial Port Using Javascript Pin
Ravi Mori27-Mar-09 0:55
Ravi Mori27-Mar-09 0:55 
QuestionIs it possible to bind two data source into single grid view? Pin
jeanny8826-Mar-09 23:01
jeanny8826-Mar-09 23:01 
AnswerRe: Is it possible to bind two data source into single grid view? Pin
Christian Graus27-Mar-09 0:12
protectorChristian Graus27-Mar-09 0:12 
QuestionSend And Receive SMS Pin
Sifar - 026-Mar-09 22:52
Sifar - 026-Mar-09 22:52 
AnswerRe: Send And Receive SMS Pin
Christian Graus26-Mar-09 23:01
protectorChristian Graus26-Mar-09 23:01 
GeneralRe: Send And Receive SMS Pin
Sifar - 026-Mar-09 23:14
Sifar - 026-Mar-09 23:14 
AnswerRe: Send And Receive SMS Pin
prubyholl26-Mar-09 23:50
professionalprubyholl26-Mar-09 23:50 
QuestionUrgent : getiing config error. Pin
SubarnaMishra26-Mar-09 21:28
SubarnaMishra26-Mar-09 21:28 
AnswerRe: Urgent : getiing config error. Pin
Ravi Mori26-Mar-09 21:52
Ravi Mori26-Mar-09 21:52 
AnswerRe: Urgent : getiing config error. Pin
Christian Graus26-Mar-09 21:52
protectorChristian Graus26-Mar-09 21:52 

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.