|
-
May 1st, 2008, 11:01 AM
#1
Thread Starter
Addicted Member
[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...
-
May 1st, 2008, 11:15 AM
#2
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).
-
May 1st, 2008, 11:19 AM
#3
Thread Starter
Addicted Member
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...
-
May 1st, 2008, 01:30 PM
#4
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.
-
May 1st, 2008, 01:30 PM
#5
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.
-
May 1st, 2008, 01:39 PM
#6
Thread Starter
Addicted Member
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...
-
May 2nd, 2008, 06:30 AM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|