Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Can you use Web API with ASP.NET Web Form?

1203


Can we override the enablepartialrendering property of the scriptmanager class?

1180


What is jade template engine?

1090


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

1266


What are standard controls?

1012


Explain page output caching?

1039


What is manifest in .net framework?

1069


Can we use MSSql as backend in asp.net...if yes then How.?

1087


What is the difference between the response.write() and response.output.write() methods?

1062


What is masterpage?

999


Write a code snippet to implement the indentation in json in web api.

1111


Is asp.net and .net same?

1015


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.

1869


Can we set which type of comparison we want to perform by the CompareValidator control?

1092


How to disable disable browser's Back button in asp.net (JavaScript)?

1186