Click here to Skip to main content
15,905,427 members

Comments by lailac88 (Top 16 by date)

lailac88 21-Mar-13 22:39pm View    
what are you trying to do
lailac88 21-Mar-13 22:35pm View    
that would be better if you use vb2010
lailac88 21-Mar-13 22:27pm View    
here is a sample code--> http://classicaspreference.com/aspexamples/dropdown_selection_box_hyperlinked_menu_from_database.asp
lailac88 21-Mar-13 22:21pm View    
sorry.. as what they say "its really hard
lailac88 21-Mar-13 22:08pm View    
Here's an example how to view your Crystal report:

Dim report As New ReportDocument
report.Load("C:\somewhere\myreport.rpt")
CrystalReportViewer1.ReportSource = report
CrystalReportViewer1.Refresh()