Reporting in ASP.NET with VB

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Reporting in ASP.NET with VB

    Hello,
    I need to ad some reports (Invoicing,AR Aging) to my VB
    ASP.NET project.
    And would like to use stored procedures for the data
    calls.
    Any suggestions?
    Charles

    Charles Guest

  2. Similar Questions and Discussions

    1. DW Ext help - Reporting
      Hi, I'm actually running out of places to go to, so I thought I would try this forum. I have a little problem with one of my dreamweaver...
    2. error reporting
      everytime we end a non responsive program, and on other occasions, a message pops up that internet explorer has encountered an error and needs to...
    3. Error reporting in CGI
      Still new to Perl so this might be a dumb question. The error reporting when a script has errors is different when I run it in Perl from a command...
    4. Advice on reporting via ASP
      Hello everyone, I have recently developed a web application across my clients intranet. We used ASP with Interdev 6.0 and SQL server as the...
    5. reg. Reporting
      Hi all Can Datagrid be used for dynamic reporting? wat are the advantages and disadvantages can anyone explain regards, Sivi
  3. #2

    Default Re: Reporting in ASP.NET with VB

    Can you be more specific? What kind of suggestions are you looking for?

    HTH,

    Kevin Spencer
    Microsoft FrontPage MVP
    Internet Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of Little things.

    "Charles" <CWildner@Bellsouth.net> wrote in message
    news:018b01c33b31$ee7c0f90$a101280a@phx.gbl...
    > Hello,
    > I need to ad some reports (Invoicing,AR Aging) to my VB
    > ASP.NET project.
    > And would like to use stored procedures for the data
    > calls.
    > Any suggestions?
    > Charles
    >

    Kevin Spencer Guest

  4. #3

    Default Re: Reporting in ASP.NET with VB

    Hello Charles,

    Have you seen the samples on asp.net web site? They have samples on
    Reports.
    You can check them at:
    [url]http://www.asp.net/Default.aspx?tabindex=9&tabid=47[/url]
    Also:
    Using ASP.NET to Create Multi-Page Custom Reports
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html[/url]
    /aspnetcustrep.asp

    Crystal Reports for Visual Studio .NET
    [url]http://202.140.137.42/polivet/UploadDir/Article/I20034291134/crnet_web_app_p[/url]
    rinting.pdf

    I hope you find these web sites useful.

    Thanks,
    Bassel Tabbara
    Microsoft, ASP.NET

    This posting is provided "AS IS", with no warranties, and confers no rights.


    --------------------
    | From: Charles Wildner <anonymous@devdex.com>
    | References: <eElpnyzODHA.3144@tk2msftngp13.phx.gbl>
    | X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
    | Subject: Re: Reporting in ASP.NET with VB
    | Mime-Version: 1.0
    | Content-Type: text/plain; charset="us-ascii"
    | Content-Transfer-Encoding: 7bit
    | Message-ID: <uqNjWF1ODHA.1552@TK2MSFTNGP10.phx.gbl>
    | Newsgroups: microsoft.public.dotnet.framework.aspnet
    | Date: Wed, 25 Jun 2003 12:38:21 -0700
    | NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
    | Lines: 1
    | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
    | Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:154887
    | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    |
    | Questions on Reporting in ASP.NET using VB
    | 1. What is the easiest way to Print ?
    | ie the user will see the order in an ASP.NET page
    | and there will be a button that says "Print Invoice"
    | I want to generate the data from a stored procedure
    | passing it only the Invoice #.
    |
    | a. will Crystal Reports that can with VS 2003 allow
    | you to use stored procedures? if so where can I
    | find an example?
    | b. can I build the print process using ASP, html
    | outputting to a print buffer?
    |
    | 2. I would like one standardized process that is flexiable enough for
    | all of my printing needs in ASP.NET & VB. The user will only press the
    | button. Any suggestions?
    |
    | Charles
    |
    |
    |
    |
    |
    | *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    | Don't just participate in USENET...get rewarded for it!
    |

    Bassel Tabbara [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139