Results 1 to 7 of 7

Thread: [RESOLVED] need some advice

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    170

    Resolved [RESOLVED] need some advice

    I'm trying to figure out how best to go about doing something im not familar with.

    I've got a web based program that creates a csv file. That file needs to be opened, its data analysed, and rewritten into a differint format *.txt. Finally the new file needs to be imported into another web program.

    Right now I have a visual basic 2008 app that handles doing this, but im thinking a better answer is pushing that vb app into a web page. What I dont know, is what language is used to code something like that.

    Would greatly appreciate some advice.
    You're the King? Well I didn't vote for you...

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: need some advice

    If you are familiar with VB.NET and the framework then I would suggest going to ASP.NET

    You can incorporate VB.NET code as well as C# code into your ASP.NET page should the need arise (and if often does).

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    170

    Re: need some advice

    yea, i was thinking asp was the code frame. I've never used it, so im going to have to look into that. thanks.
    You're the King? Well I didn't vote for you...

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [RESOLVED] need some advice

    ASP.NET (the web application) is just the platform, you can use any .NET language in the codebehind to perform whatever logic or processing you need. If you can, you may want to do this in the same application where the CSV is being generated so that the logic stays together.

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [RESOLVED] need some advice

    I believe the express version of web developer (ASP.NET) is available as a download from Microsoft just like VB.NET is.

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    170

    Re: [RESOLVED] need some advice

    Thanks Hack, but work got me VB studio 2008 so im set
    You're the King? Well I didn't vote for you...

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [RESOLVED] need some advice

    And don't forget about ADO.NET if you are going to be working with databases.

Posting Permissions

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



Click Here to Expand Forum to Full Width