Can i have both C# and vb.net code in same assembly?how?
Answer Posted / basavraj
Yes We can add same both code one Assembly .Bcoz Shared
Assembly is Same Application
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the different types of directives in .net?
What are cao and sao.
Which two new properties are added in asp.net 4.0 page class?
What is the asp.net control toolkit?
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.
What is a viewbag?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Is asp.net mvc still used? : Asp.Net MVC
What is marshalling ? Is it a part of asp.net ?
What is the default timeout for a cookie?
How long do session variables last?
How does output caching work in ASP.NET?
Which method is used to enforce garbage collection in .net?
What is state management technique?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?