How to use one project files into another project?
Answer Posted / yadavaram
Define, in the project file, all properties and items
that are used as parameters for properties and items in the
imported project.
Import the project.
Define in the project file all properties and items that
must override default definitions of properties and items in
the imported project.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a postback url?
Is asp.net a programming language?
What is the difference between typeof() vs gettype()?
Which validator control you use if you need to make sure the values in two different controls matched?
What is clr? Difference between clr & cts?
What are the asp.net security controls?
How you can add an event handler?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Which Is Faster MVC or ASP.net ?
Describe the events in the life cycle of a web application.
What are the steps involved to fill a dataset?
What is the difference between CLICK and MOUSE DOWN Event ?
What is asp.net globalization?
Explain the benefits of viewstate?
What is the flow of processing of the request? : asp.net mvc