can i inherit one web applications into another web
applications in asp.net?
Answer Posted / anilkumar
Yes we use other web application in our application through
add reference
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Is asp.net mvc still used? : Asp.Net MVC
How to do state management in ASP.NET?
What asp.net control can embed xaml into asp.net pages?
What are the two Layouts supported by a Web form in ASP.NET?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is the mvc framework?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are the Types of authentications in IIS
Can the dictionary object be created in client?s scope ?
What are the new features implemented in ASP.NET?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is meant by server side scripting?
What New Features comes with ASP.NET Web API 2.0?
What is marshalling ? Is it a part of asp.net ?