473,406 Members | 2,954 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Write ASP.NET 1.1 code with VB.net or VS.net ?

What I need to do:
Create ASP.net 1.1 web-pages.
Use VB.net (server-side).
Use VBscript (client-side).
Use MS-SQL 2000 on a remote-server hosting company.

What I do *NOT* need to do:
Create stand-alone EXE files, or DLL files.
Write code in C++, C#, J#, JavaScript, or any other languages.
(I'm a current "VB 6.0 Professional" user.)

Do I need to buy the "upgrade" CD for:
VB.net 2003 Professional
OR....
Visual Studio.net 2003 Professional?

(Which package will allow me to write ASP.net 1.1 code?)

Thanks.
Nov 19 '05 #1
7 2672
Technically you could do your development for free in notepad, but I'd
suggest you buy at least VB.NET 2003. This will fullfill the requirements
you described.

The full Visual Studio.NET suite is of course even better if you can afford
it.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

""A_Michigan_User"" <Mi**************@ameritech.net> wrote in message
news:eJ**************@TK2MSFTNGP10.phx.gbl...
What I need to do:
Create ASP.net 1.1 web-pages.
Use VB.net (server-side).
Use VBscript (client-side).
Use MS-SQL 2000 on a remote-server hosting company.

What I do *NOT* need to do:
Create stand-alone EXE files, or DLL files.
Write code in C++, C#, J#, JavaScript, or any other languages.
(I'm a current "VB 6.0 Professional" user.)

Do I need to buy the "upgrade" CD for:
VB.net 2003 Professional
OR....
Visual Studio.net 2003 Professional?

(Which package will allow me to write ASP.net 1.1 code?)

Thanks.

Nov 19 '05 #2
What about WebMatrix?
http://www.asp.net/webmatrix/

--
Saber S.
http://maghalat.com
""A_Michigan_User"" <Mi**************@ameritech.net> wrote in message
news:eJ**************@TK2MSFTNGP10.phx.gbl...
What I need to do:
Create ASP.net 1.1 web-pages.
Use VB.net (server-side).
Use VBscript (client-side).
Use MS-SQL 2000 on a remote-server hosting company.

What I do *NOT* need to do:
Create stand-alone EXE files, or DLL files.
Write code in C++, C#, J#, JavaScript, or any other languages.
(I'm a current "VB 6.0 Professional" user.)

Do I need to buy the "upgrade" CD for:
VB.net 2003 Professional
OR....
Visual Studio.net 2003 Professional?

(Which package will allow me to write ASP.net 1.1 code?)

Thanks.

Nov 19 '05 #3
WebMatrix is no longer supported for ASP.NET 2.0 so it seems like bad timing
to be getting attached to it.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:ei**************@TK2MSFTNGP09.phx.gbl...
What about WebMatrix?
http://www.asp.net/webmatrix/

--
Saber S.
http://maghalat.com
""A_Michigan_User"" <Mi**************@ameritech.net> wrote in message
news:eJ**************@TK2MSFTNGP10.phx.gbl...
What I need to do:
Create ASP.net 1.1 web-pages.
Use VB.net (server-side).
Use VBscript (client-side).
Use MS-SQL 2000 on a remote-server hosting company.

What I do *NOT* need to do:
Create stand-alone EXE files, or DLL files.
Write code in C++, C#, J#, JavaScript, or any other languages.
(I'm a current "VB 6.0 Professional" user.)

Do I need to buy the "upgrade" CD for:
VB.net 2003 Professional
OR....
Visual Studio.net 2003 Professional?

(Which package will allow me to write ASP.net 1.1 code?)

Thanks.


Nov 19 '05 #4
"\"A_Michigan_User\"" <Mi**************@ameritech.net> wrote in
news:eJ**************@TK2MSFTNGP10.phx.gbl:
Date: Mon, 15 Aug 2005 18:39:04 -0400
Subject: Write ASP.NET 1.1 code with VB.net or VS.net ?
From: "\"A_Michigan_User\"" <Mi**************@ameritech.net>
Newsgroups:
microsoft.public.dotnet.framework.aspnet,microsoft .public.vb.general.di
scussion

What I need to do:
Create ASP.net 1.1 web-pages.
Use VB.net (server-side).
Use VBscript (client-side).
Use MS-SQL 2000 on a remote-server hosting company.

What I do *NOT* need to do:
Create stand-alone EXE files, or DLL files.
Write code in C++, C#, J#, JavaScript, or any other languages.


For .NET 2.0, VS.NET Express editions:
http://lab.msdn.microsoft.com/express/

Otherwise for .NET 1.1 you can use WebMatrix.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #5
WJ

""A_Michigan_User"" <Mi**************@ameritech.net> wrote in message
news:eJ**************@TK2MSFTNGP10.phx.gbl...
What I need to do:
Create ASP.net 1.1 web-pages.
Use VB.net (server-side).
Use VBscript (client-side).
Use MS-SQL 2000 on a remote-server hosting company.

Take a couple of classes offerred by any MS/Certified Trainers in your area.

(I'm a current "VB 6.0 Professional" user.)

I would stick with VB6.0 because it is much easier and peace. VS.Net and
..Net are like "PIZA Super Supreme", very rich! You will not be able to
distinguish between cheese, runny butter and tomato sauce. What a convoluted
environment! But if you insist .Net stuffs, then I would safely forget
everything you know about VB6.x. .Net is a new thing! Very new!
Do I need to buy the "upgrade" CD for:
VB.net 2003 Professional
OR....
Visual Studio.net 2003 Professional?

(Which package will allow me to write ASP.net 1.1 code?)


If I were you, I would wait for VS.Net 2k5. While waittimg, you may want to
download beta version of VS.Net 2k5 (there is a VB.Net version). It is very
good for c#. I donot know about VB.Net.

John


Nov 19 '05 #6
for 1.1 use WebMatrix

http://www.asp.net/webmatrix/

""A_Michigan_User"" <Mi**************@ameritech.net> wrote in message
news:eJ**************@TK2MSFTNGP10.phx.gbl...
What I need to do:
Create ASP.net 1.1 web-pages.
Use VB.net (server-side).
Use VBscript (client-side).
Use MS-SQL 2000 on a remote-server hosting company.

What I do *NOT* need to do:
Create stand-alone EXE files, or DLL files.
Write code in C++, C#, J#, JavaScript, or any other languages.
(I'm a current "VB 6.0 Professional" user.)

Do I need to buy the "upgrade" CD for:
VB.net 2003 Professional
OR....
Visual Studio.net 2003 Professional?

(Which package will allow me to write ASP.net 1.1 code?)

Thanks.

Nov 19 '05 #7
But he want to create ASP.Net 1.1.
Anyhow, thanks for your warning :)

--
Saber S.
http://maghalat.com
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:us**************@TK2MSFTNGP15.phx.gbl...
WebMatrix is no longer supported for ASP.NET 2.0 so it seems like bad
timing to be getting attached to it.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

Nov 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Greg Hurlman | last post by:
I've got what I'm sure is a very simple problem. In an ASP page, I am trying to write out 4 fields from a recordset in succession: Response.Write rs("LastName") Response.Write rs("Suffix")...
1
by: techy techno | last post by:
Hii Just wanted to know how can I decorate my texboxes and Listmenu which is called from a JS file using the following code below: document.write("<SELECT NAME='cur2' ONCHANGE='cconv1();'>");...
3
by: Ike | last post by:
Can anyone discern why the following code writes the document.write() lines literally? That is, a line like document.write('<CENTER>') should write <CENTER> but instead writes the entire ...
2
by: Brett Baisley | last post by:
Hello I have a block of html code that I want to run by calling a javascript function to print it. Its basically a table with menu items in it that is the same for many pages, and instead of...
0
by: hari krishna | last post by:
hi all, My requirement is to generate xl reports throu Asp.Net without installing xl on web server computer. i am using Response object and wrtifile method as below. i dont know whether it is...
13
by: Stumped and Confused | last post by:
Hello, I really, really, need some help here - I've spent hours trying to find a solution. In a nutshell, I'm trying to have a user input a value in form's textfield. The value should then be...
14
by: Eli | last post by:
I've got a script that I'm trying to debug which uses document.write() to place HTML within a page. In both IE6 and Firefox when I view source, I see only the script itself and not any HTML as...
4
by: Prowler | last post by:
In the application we are currently building, we need to write positioning code on-the-fly, based upon the screen offset of the element in the AS/400 application which drives the Web app. The 400,...
5
by: matthew | last post by:
Hi all, I am now writing a aspx that get a session variable (string) and then write it out using Response.Write. The string length is: 494710. But Response.Write only write the string...
4
by: Billy | last post by:
Hi all, I'm building a text file from a database table using the ASP Write Method and would like to position the cursor in a specific column position before writing the fields. As I loop through...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.