| Author: kavitha 18 Aug 2008 | Member Level: Silver | Rating: Points: 3 |
ASP.net - is a designing page.
VB.net or C# is the code behind of ASP.net.
if your application want to post web server you have to design the page ASP.net.
|
| Author: Deepa 18 Aug 2008 | Member Level: Diamond | Rating: Points: 3 |
Asp.net is an technology where as vb.net,c# ,j#,c++ and so on are the language which support asp.net i hope u got he point wat u want Regards, Deepa
|
| Author: kavitha 18 Aug 2008 | Member Level: Silver | Rating: Points: 4 |
asp.net is simple a library that makes it easy for you to create web applications that run against the .NET runtime (similar to the java runtime).
vb.net is a language that compiles against the common language runtime, like C#. Any .NET compliant language can use the asp.net libraries to create web applications.
|
| Author: Athira Appukuttan 18 Aug 2008 | Member Level: Diamond | Rating: Points: 6 |
Hi.
1.asp.net is simple a library that makes it easy for you to create web applications that run against the .NET runtime (similar to the java runtime). vb.net is a language that compiles against the common language runtime, like C#. Any .NET compliant language can use the asp.net libraries to create web applications. 2.asp.net is used for web applications while vb.net is used for standalone applications for example a point-of-sale system, etc.
ASP response.redirect("PageName")
VB dim newform as MAINFORM() newform.show()
where MAINFORM is the name of the form that you want to go to and newform is just an instant of that form. 3.ASP.Net is a web Technology VB.Net is a programming languange
|
| Author: ANIL PANDEY 18 Aug 2008 | Member Level: Diamond | Rating: Points: 4 |
Hello,
With the Help of ASP.Net We can Design and set the layout the page Which we can see in the Browser,,
Whereas With the help of VB.NET and C#.NET we can Do the actual coding means all the Code behind work is done with the help of these languages these are Coding languages.
hope u Got the idea.
thanks Anil
|
| Author: Vidhya 18 Aug 2008 | Member Level: Gold | Rating: Points: -20 |
hi,
ASP.Net is an "environment", and VB.Net is a programming language. You can write ASP.Net pages (called "Web Forms" by Microsoft) using VB.Net (or C#, or J# or Managed C++ or any one of a number of .Net compatible languages).
asp.net is simple a library that makes it easy for you to create web applications that run against the .NET runtime (similar to the java runtime). vb.net is a language that compiles against the common language runtime, like C#. Any .NET compliant language can use the asp.net libraries to create web applications.
|
| Author: D.Jeya kumar(JK) 18 Aug 2008 | Member Level: Diamond | Rating: Points: 6 |
Hi,
VB.NET or c# is a language. where as asp.net is a environement in which we can use either vb.net or c# as code behind. in asp.net the interface(HTML page(inline coding) and Code behind are seperated.
Using VB.net or C# we can develop a windows application. Windows application means we can run the windows application in your local machine and it can be used without contected with other machine. Each machine which you using this application should have dot.net fremework installed
in asp.net if the application is hosted in a server and it can be accessed by all over the world. all the users will require only a browser and the client don' need a .net framework to work with web application(asp.net).
Regards JK
|
| Author: Rajiv Sandilya 19 Aug 2008 | Member Level: Bronze | Rating: Points: 5 |
ASP.Net is an "environment", and VB.Net is a programming language. You can write ASP.Net pages (called "Web Forms" by Hello
Microsoft) using VB.Net (or C#, or J# or Managed C++ or any one of a number of .Net compatible languages).
asp.net is simple a library that makes it easy for you to create web applications that run against the .NET runtime (similar to the java runtime). vb.net is a language that compiles against the common language runtime, like C#. Any .NET compliant language can use the asp.net libraries to create web applications.
|
| Author: amit chaudhary 23 Aug 2008 | Member Level: Silver | Rating: Points: 4 |
Hello,
asp.net is a library that makes it easy for us to create web applications that run against the .NET runtime (similar to java runtime).
vb.net is a language that compiles against the common language runtime, like C#.
Any .NET language can use the asp.net libraries to create web applications.
|
| Author: Vijayaragavan.R 26 Aug 2008 | Member Level: Bronze | Rating: Points: 4 |
asp.net is simple a library that makes it easy for you to create web applications that run against the .NET runtime (similar to the java runtime). vb.net is a language that compiles against the common language runtime, like C#. Any .NET compliant language can use the asp.net libraries to create web applications.
|