Can I Combine asp.net with vb.net? How?
Rahul B asked:
I want to make an application that contains asp.net and vb.net both,,,!!
How can I do this..?
Please Help me..
I want to make an application that contains asp.net and vb.net both,,,!!
How can I do this..?
Please Help me..

You can create an ASP.NET site using VB.NET as your code behind language. You’ll need to know some xhtml/css to build the UI, but other than that the two are very similar.
You can use VB.Net as a server end coding for ASP.Net server pages. But there is difference in objects used for coding server side scripting for web pages and windows based applications.
You can start learning ASP.Net using VB.Net here: