What is boxing?

Answer Posted / progguru

casting value type to reference type eg. int to string

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various ways to send content from one page to another?

526


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.

1446


Explain cashing in asp.net.

530


What is the difference between a page theme and a global theme?

546


Which is better session or viewstate?

516






Explain what are webservices?

549


Explain why datareader is useful?

554


Explain diff. Between friend and protected friend?

503


What does the orientation property do in a menu control?

539


How does session work?

513


Is asp.net a programming language or framework?

556


Give an example of what might be best suited to place in the application_start and session_start subroutines?

528


What is the question mark in a url?

526


How can you implement encapsulation in asp.net?

11318


What are demand-paging and pre-paging?

586