What is Boxing and Unboxing?
Answer Posted / uma
Boxing means converting value type to refrence type and un
boxing means converting refrence type to value type
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the new features implemented in ASP.NET?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is the difference between asp.net and mvc?
What are the server control tags in asp.net.?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
In how many ways we can retrieve table records count?
Can we override the enablepartialrendering property of the scriptmanager class?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Explain about secure socket layer?
What is custom attribute? How to create?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What is a web server? What are the load limits in it?
What is the use of session state and application state and difference between them?
What is a page life cycle?