Answer Posted / srikanth
Using ILDASM-Intermediate Language Disassembler which will
open the manifest of that particualar assembly.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between globalization and localization techniques
Explain the difference between response.redirect vs server.transfer
Explain how do you deploy your asp.net application?
Define view state.
How to disable disable browser's Back button in asp.net (JavaScript)?
How long the items in ViewState exists?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the meaning of TestApi?
Which method is used to enforce garbage collection in .net?
What is the use of ASP.NET routing?
What is caching? What are different ways of caching in asp.net?
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 what is viewstate?
What is data reader in asp.net?
How to display validation messages in one control?