How can i include both C# and vb.net classes in same
solution?
Answer Posted / roopesh m.k
Step 1:
It is possible,In app-Code folder create sub folders
named VB,CS(as you like) and clreate .vb class files in the
folder named VB and .cs class files in the CS folder.
Step 2:
Go to web.config file and mention the following
<compilation debug="false">
<codeSubDirectories>
<add directoryName="VB" />
<add directoryName="CS" />
</codeSubDirectories>
</compilation>
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is marshalling ? Is it a part of asp.net ?
What's the use of response.output.write()?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is the use of placeholder control?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the difference between the get method () and post method ()?
What is difference between view state and session state?
What is the mvc framework?
What events will occur when a page is loaded?
Explain about asp.net 2.0 themes?
What is break mode?
What is microsoft windows sharepoint services?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Explain how does asp page work?
What is the main difference between Asp.net and Vb.net?