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
Differentiate the session object and application object?
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.
Explain asp.net web forms.
What is ispostback method in asp.net?
Differentiate between client-side and server-side validations in web pages.
What are the difference between overriding and overloading?
Is asp.net a programming language or framework?
What is custom events? How to create it?
Why Unload event of MasterPage Calls first in ASP.net ?
Explain how do you validate the controls in an asp .net page?
What's the use of response.output.write()?
Explain the difference between webfarm and webgardens in .net?
What events will occur when a page is loaded?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is the purpose of url encoding?