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


Please Help Members By Posting Answers For Below Questions

Differentiate the session object and application object?

624


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1540


Explain asp.net web forms.

646


What is ispostback method in asp.net?

643


Differentiate between client-side and server-side validations in web pages.

653






What are the difference between overriding and overloading?

598


Is asp.net a programming language or framework?

661


What is custom events? How to create it?

717


Why Unload event of MasterPage Calls first in ASP.net ?

679


Explain how do you validate the controls in an asp .net page?

609


What's the use of response.output.write()?

876


Explain the difference between webfarm and webgardens in .net?

631


What events will occur when a page is loaded?

695


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

678


What is the purpose of url encoding?

586