:laugh: :omg: :laugh:
D
daisylh
@daisylh
Posts
-
BBC's April Fools Joke -
Mysql process nameThe name is mysql in the process list,or you may open up services to observe or set it wether running. :)
-
Running 2005 web application on another computerFirst,you should published your project to local computer.It is a directory . Next,you add a virtual directory to local compter IIS,it's path refer to the directory. Try it on!:)
-
Running 2005 web application on another computerYou run it from localhost computer http://localhost/WebSiteName or http://127.0.0.1/WebSiteName
-
Running 2005 web application on another computertry: http://IP address/WebsiteName
-
Crystal Report PathoReport.Load(server.mappath(".\Reports\ProjList.rpt"))
-
Migrated from VS 2003 to VS 2005 and Crystal Reports do not work - need help -
Migrated from VS 2003 to VS 2005 and Crystal Reports do not work - need helpVS2003:Dim myReport as new CrystalReport1 VS2005:Dim myReport as new reportdocument myreport.Load(Server.MapPath("CrystalReport1.rpt")) VS2005 has excel export and word export etc.
-
Calendar SelectionChanged Event Not Firingadd code: Me.Calendar1.SelectedDate = Nothing