How to use one project files into another project?
Answer Posted / pramod sahoo,orissa
Go to solution Explorer and right click on it one option is
add Existing item, select it and browse your existing project.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is global.asax file used for?
Define web services in asp.net.
What is data binding in asp net?
Can we use html in asp.net?
What is the use of service provider?
Explain the benefits of viewstate?
What is the life cycle of web page?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
When should I use server transfer and response redirect?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is a pixel url?
What are the two Layouts supported by a Web form in ASP.NET?
Can the dictionary object be created in client?s scope ?
Explain About WebService
What is the default Orientation property in a Menu control?