How to use more than one .net supported languages in the same web application
Hi , I am developing a web application in ASP.NET using C#.NET. Can I use VB.NET code. How can I use the 2 different languages in same application?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Marimuthu ArigovindasamyPosted Jun 28, 2010, 12:40 AM
1. I tried myself, I can able to pass string value from C# page to VB page.
2. I can use the Class1.cs file function also in default.aspx.vb file
PJ MartinsPosted Jun 27, 2010, 12:59 AM