Can private assembly be used for more than one application?
If so how?
Answer Posted / raj
no
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
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.
Explain the difference between debug.write and trace.write? When should each be used?
What is the difference between client-side and server-side validations in webpages?
Define static member?
What are url fragments?
Why session is necessary in web application?
Why do you use the app_code folder in asp.net?
What is server side routing?
Why do we use web config?
What is the use of worker process in asp.net?
How many types of sessions in asp.net?
Can we override the enablepartialrendering property of the scriptmanager class?
What are custom controls?
How can we use Web API with ASP.NET Web Form?
What is connection pooling and how to enable and disable connection pooling?