473,624 Members | 2,515 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Confusion between ASP.Net and VB.Net...New user and Urgent

16 New Member
Hello,

We are doing the project in VB.Net.
We had a great confusion for ASP.Net and VB.Net.

Is VB.Net project performed in Microsoft Visual Studio 2005 ??
We have created forms in ASP.Net Website selecting the language as Visual Basic in Visual 2005.
We want to do the VB.Net project for the central server of the company.
Is it can be done as mentioned above ??


Is VB.Net the language used only or some other....(code behind language)

What is the designing of the forms called in VB.NET(only design part)

In C# we tell the designing is performed with the ASP.Net....(cod e behind is C#,J# or someother)
Can we tell in VB.Net the same that designing is done in ASP.NET and coded in language VB.

Are Vb.Net projects run on the localhost thru IIS ???


Please help me to remove our confusion.We have searched it but some are telling that what we are performing is totally wrong...So,tell the name of the software and under what the VB.Net project is to be done......

So,pls help us we are in urgent......... .

I am a new member to this forum.Hope to get a suitable reply from the users...

Thanxs..

waiting for the answers......
Mar 16 '07 #1
2 1529
Frinavale
9,735 Recognized Expert Moderator Expert
Hi Riaaa, welcome to the Scripts!

Hello,

We are doing the project in VB.Net.
We had a great confusion for ASP.Net and VB.Net.

Is VB.Net project performed in Microsoft Visual Studio 2005 ??
We have created forms in ASP.Net Website selecting the language as Visual Basic in Visual 2005.
We want to do the VB.Net project for the central server of the company.
Is it can be done as mentioned above ??

Is VB.Net the language used only or some other....(code behind language)
Visual Studio 2005 is a development tool that can be used to create and develop VB.Net and ASP.NET website applications.

Visual Basic will be the language that is used to do calculations on the server. Your ASP.Net pages will submit information to the server which will do some calculations and return information to the browser.


What is the designing of the forms called in VB.NET(only design part)
Your forms will be generated for you by Visual Studio. They are driven by ASP and HTML technology. All you have to do is add the form fields etc.

In C# we tell the designing is performed with the ASP.Net....(cod e behind is C#,J# or someother)
Can we tell in VB.Net the same that designing is done in ASP.NET and coded in language VB.
Visual Studio will handle this for you...but you are correct. There will be a line at the top of your ASPX page (if you look at it in its html format) which is the ASP code that connects this page to your VB.NET source code.


Are Vb.Net projects run on the localhost thru IIS ???
Visual Studio 2005 has its own test platform that will act as your web server. You can publish your website to your localhost IIS if you'd like. I strongly recommend you publish your site to your localhost IIS to do proper testing since the one provided with Visual Studio 2005 lets you do some things that the real IIS wouldn't let you do.

If you're using Visual Studio 2003, your project will be run on your localhost IIS and it is required.

So, yes, VB.NET projects run on localhost through IIS.

Please help me to remove our confusion.We have searched it but some are telling that what we are performing is totally wrong...So,tell the name of the software and under what the VB.Net project is to be done......
You really want to be using Visual Studio .Net to develop your project.


So,pls help us we are in urgent......... .

I am a new member to this forum.Hope to get a suitable reply from the users...

Thanxs..

waiting for the answers......

Hope this clears up some of your confusion!

-Frinny
Mar 16 '07 #2
AricC
1,892 Recognized Expert Top Contributor
Nice answer Frinny!
Mar 17 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
4279
by: John | last post by:
Hi all, This really is quite an urgent matter. I have a page with multiple, dynamically-loaded user controls and when a user clicks on a button, the whole form is submitted. Now at this stage I know I need to call a function that will save data but I'm not sure exactly when to call this function. I've tried two ways and both seem to have 'gotcha's':
13
2093
by: Steve | last post by:
I have a form with a dataset and a datagrid. I created a dataview on this dataset. When the user modifies the datagrid, I look up this record in the dataview to make sure it is unique. Here is the confusion......... I thought that the DataView is the view from the dataset, but it seems that the dataview has the records that are in the datagrid, because everytime I search for a record that I know is NOT in the dataset, it finds it. I...
4
1391
by: archana | last post by:
Hi all, I am having one confusion regarding invoking web method of web service asychronously through windows applicaiton. What i am doing is i am having one long runing web method whose one way attribute is set as i don't want any return value from that method. What i observered is when my window application start calling web method asynchronoysly
4
3736
by: Nick Gilbert | last post by:
Hi, Is it possible to access the Session of an arbitary user from an aspx page? On an e-commerce site, I am notified of payment success via a callback from the payment server to an ASPX page on my system. I would like to be able to access the session of the user that submitted the order, and clear their basket. I don't really want to store their session in the database just to facilitate this.
1
5133
by: Matt F | last post by:
Two of the projects in my solution that both need to use a common user.config file. This is a data application - the executable that is created with the first project is the primary executable that users will be working with 99% of the time, the other is a seperate "maintenance" executable. The connection string is stored via My.Settings (encrypted of course). The problem is that obviously with 2 different .exe there are 2 seperate...
3
3192
by: =?Utf-8?B?TWFyY0c=?= | last post by:
I have a Server.Transfer in my asp:Login LoggedIn event handler. I am forcing transfer to a specific page since I do not want to use the ReturnURL that is in Request.Params (i.e., the user addressed some particular page and was redirected to the login form and would be returned there.). The control's DestinationUrl is only used if the login page was the original target of the request. In the event handler,...
9
2361
by: =?Utf-8?B?Sm9obiBBdXN0aW4=?= | last post by:
I have an app that prints entry tickets. If the printer driver is not set up exactly to detect the black mark on the back of the ticket, the tickets do not print correctly. Because of this, all users are logging on with the same user name to ensure they get a correctly configured printer driver. The application runs on a Terminal Server via the RDP client. In order to audit the actions of users, it is necessary to identify each user....
3
4024
by: =?Utf-8?B?QmlsbHkgWmhhbmc=?= | last post by:
I want to limit the user only login the system one time at the same time. I don't want him login the system two with the same user at the same time. How to do this? If i have a table to record if this user has logined, this user didn't logout and just close IE, how do i set his recoed in the table logout? Thanks, -Billy
4
2475
by: =?Utf-8?B?UmljaEI=?= | last post by:
I am trying to create a project using the ASP.NET AJAX accordion control. I would like to dynamically add panes to the control with a form template added when the pane is added. I have tried unsuccessfully in creating the whole pane as a user control and have succeeded in adding the pane and then dynamically adding the content which is a user control to the pane, dynamically within the page. However I would like to have a single pane...
0
8231
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8168
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8672
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
7153
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5561
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4167
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2603
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1474
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.