what is diffrence between debug class and trace class in
asp.net ?
Answer Posted / suresh
Debug class is used for debug builds.
Trace class is used for both debug and release builds.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you use Web API with ASP.NET Web Form?
Can we override the enablepartialrendering property of the scriptmanager class?
What is jade template engine?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What are standard controls?
Explain page output caching?
What is manifest in .net framework?
Can we use MSSql as backend in asp.net...if yes then How.?
What is the difference between the response.write() and response.output.write() methods?
What is masterpage?
Write a code snippet to implement the indentation in json in web api.
Is asp.net and .net same?
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.
Can we set which type of comparison we want to perform by the CompareValidator control?
How to disable disable browser's Back button in asp.net (JavaScript)?