Click here to Skip to main content
15,888,984 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Managing paper-like forms in .NET . Pin
Not Active7-Sep-09 9:44
mentorNot Active7-Sep-09 9:44 
GeneralRe: Managing paper-like forms in .NET . Pin
devboycpp7-Sep-09 9:59
devboycpp7-Sep-09 9:59 
GeneralRe: Managing paper-like forms in .NET . Pin
devboycpp7-Sep-09 9:35
devboycpp7-Sep-09 9:35 
QuestionTableAdapter query parameter taken from config file Pin
LordZoster6-Sep-09 21:15
LordZoster6-Sep-09 21:15 
AnswerRe: TableAdapter query parameter taken from config file Pin
Henry Minute7-Sep-09 4:00
Henry Minute7-Sep-09 4:00 
GeneralRe: TableAdapter query parameter taken from config file Pin
LordZoster7-Sep-09 4:09
LordZoster7-Sep-09 4:09 
GeneralRe: TableAdapter query parameter taken from config file Pin
Henry Minute7-Sep-09 4:18
Henry Minute7-Sep-09 4:18 
QuestionError Crystal "report has no table" in asp.net PinPopular
devlop6-Sep-09 19:11
devlop6-Sep-09 19:11 
hi all
please help me
i am facing a problem in developing dynamic crystal reports
it shows error as "the report has no table"
as i am using kept blank report
following is the code

Dim con As New SqlConnection(ConfigurationManager.ConnectionStrings("satinconnectionstring").ConnectionString)
con.Open()
Dim cmd As New SqlCommand
cmd.Connection = con
cmd.CommandText = "select * from employee"
Dim da As New SqlDataAdapter(cmd.CommandText, con)
Dim ds As New DataSet
da.Fill(ds)
Dim myReportDocument As CrystalDecisions.CrystalReports.Engine.ReportDocument
myReportDocument = New CrystalDecisions.CrystalReports.Engine.ReportDocument()
myReportDocument.Load(Server.MapPath("CrystalReport2.rpt"))
myReportDocument.SetDataSource(ds)
'myReportDocument.Database.Tables(0).SetDataSource(ds)
CrystalReportViewer1.ReportSource = myReportDocument
CrystalReportViewer1.DataBind()
AnswerRe: Error Crystal "report has no table" in asp.net Pin
The Vikash!25-Sep-09 3:22
The Vikash!25-Sep-09 3:22 
Questiongames in .Net Pin
yashwant vaishnav6-Sep-09 2:24
yashwant vaishnav6-Sep-09 2:24 
AnswerRe: games in .Net Pin
harold aptroot6-Sep-09 2:31
harold aptroot6-Sep-09 2:31 
AnswerRe: games in .Net Pin
Abhijit Jana6-Sep-09 3:11
professionalAbhijit Jana6-Sep-09 3:11 
GeneralRe: games in .Net Pin
Luc Pattyn6-Sep-09 7:21
sitebuilderLuc Pattyn6-Sep-09 7:21 
GeneralRe: games in .Net Pin
Henry Minute6-Sep-09 8:20
Henry Minute6-Sep-09 8:20 
GeneralRe: games in .Net Pin
Luc Pattyn6-Sep-09 8:42
sitebuilderLuc Pattyn6-Sep-09 8:42 
GeneralRe: games in .Net Pin
Henry Minute6-Sep-09 9:06
Henry Minute6-Sep-09 9:06 
GeneralRe: games in .Net Pin
Luc Pattyn6-Sep-09 9:21
sitebuilderLuc Pattyn6-Sep-09 9:21 
GeneralRe: games in .Net Pin
Henry Minute6-Sep-09 9:56
Henry Minute6-Sep-09 9:56 
AnswerRe: games in .Net Pin
N a v a n e e t h6-Sep-09 3:23
N a v a n e e t h6-Sep-09 3:23 
AnswerRe: games in .Net Pin
0x3c06-Sep-09 6:03
0x3c06-Sep-09 6:03 
AnswerRe: games in .Net Pin
Eddy Vluggen6-Sep-09 9:12
professionalEddy Vluggen6-Sep-09 9:12 
QuestionQuickBooks simple questions Pin
John Developer5-Sep-09 23:32
John Developer5-Sep-09 23:32 
AnswerRe: QuickBooks simple questions Pin
Richard MacCutchan6-Sep-09 8:44
mveRichard MacCutchan6-Sep-09 8:44 
Questionmedia player on vb.net Pin
rashid20095-Sep-09 21:29
rashid20095-Sep-09 21:29 
AnswerRe: media player on vb.net Pin
Abhijit Jana5-Sep-09 22:15
professionalAbhijit Jana5-Sep-09 22:15 

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.