Jump to content
Xtreme .Net Talk

DJVege

Members
  • Posts

    5
  • Joined

  • Last visited

DJVege's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks ^
  2. OK....Here's my latest dilemma! I've got a windows form project! (Runs fine). Loacated in D:\blah I've got a web forms project (Asp.net application)! (runs fine)- You run it, and a browser appears with some data. It is located in c:\inetpub\wwwroot. Now, I've got a button in my windows form project, that when pressed, it needs to bring up the browser from the web forms project. (the file is webform1.aspx). How do i do this? How do i integrate the 2? Also, how do I package these 2, so that I can take it to another machine and run it (not create exe file, take all source files etc..). Does the other computer have to have a "c:\inetpub\wwwroot" directory as well? Also, is c:\inetpub\wwwroot the only directory that you can run asp.net web apps in? It won't let me create it in any other. Thanks a lot for your responses. Sorry if you don't understand.
  3. DJVege

    Reports

    How? Guys, how do I view my report at runtime, and then type in the text I want to add (at runtime), add table/graph (at runtime)? Thanks
  4. DJVege

    Reports

    Dope No, not databases.... Here's what I've got so far. I'm communicating with an XML server...(shares/stocks etc..). I query for some information, and receive it back in xml format. This is then formatted and outputted in a dataset(using XMlnodes and readers). Graphs are also made from the data received. Now, I want to put these tables and graphs in a report. eg. Report format I want::::: Heading (some sort of company header) Text (an area for the user to put any text stating the purpose of the report). Graph/Table (An area where the user can paste the table/Graph just created. Text (an area for the user to explain the graph, table, and any other comments. Footer.(yours sincerely etc...) Thanks heaps.
  5. DJVege

    Reports

    Guys...Help needed or will die from strangulation! :( How do I create a report in Visual Studio .NET? I heard ASP.NET is good, but don't know how. This is what I need to do... Create a template similar to the reports in Access, or Crystal Reports. This template will just have some background pics etc.. basically making it look professional and belonging to a company. Then I need to allow the user (in the finished program) to write text, inset pics/tables, and then print! So basically, I want to give the user a basic empty report template, allow him/her to add whatever data they need to in the form of tables, pics or text. Is this possible??? Trying to research, but crystal reports don't let the user enter any data.....i think.... Any help would be greatfully appreciated....as I am in dire straits,
×
×
  • Create New...