Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ITWORKER2010

  1. ITWORKER2010

    How to use ASP.NET with DLL created in VB.BET?

    Hello, I converted a VB.NET application in a DLL. Is there a way to use that DLL in ASP.NET to use that appliication as it was originally created in VB.NET? or do I need to use that DLL as part of a web service, than use ASP.NET with that web service? If the later, how do I use that DLL as part...
  2. ITWORKER2010

    Help with using cryystal report as a web service

    Hello, How do I pass values to crystal report (in order to filter my data) as a web service? I will be accessing the web service from ASP.NET. I would like to select values from a couple of text boxes and pass the to the record selection formula. Thanks, Victor
  3. ITWORKER2010

    Help with using DLL with web service using ASP.NET

    Hello, I would like to use a ASP.NET application in the web, created a DLL for the application and trying to include it as part of a web service to view the application in the web. I added to DLL as a reference in the webservice but don't know what to do from there, please help. I am using...
  4. ITWORKER2010

    Help with connecting Datasets based on xml with crystal report

    Hello asgain, The correct syntax is myaop29report.SetDataSource(dtset1.tables(0))", problem is, I'm getting prompted for a password eventhough my report is not connected to a password protected datasource, it's datasource are XML files. Can you please help me fix this problem. Code: Dim...
  5. ITWORKER2010

    Help with connecting Datasets based on xml with crystal report

    Hello, I'm getting the following error on the code below " Identifier is expected " On line: "myaop29report.SetDataSource(dtset1.tables[0])" Any ideas on how to fix this problem?? Code: Imports System.Data.OleDb Imports Microsoft.VisualBasic.ControlChars Imports CrystalDecisions.Shared...

Part and Inventory Search

Back
Top