what is reference type to value type.
Answer Posted / suresh
convertion of Reference type to value type is called
UnBoxing.
ex: int x;
object obj=20;
x=Convert.ToInt32(obj);
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How response object is related to asp's response object?
What are user controls?
Explain in what order a destructors is called.
Explain asp.net mvc request life cycle? : asp.net mvc
What is a web farm?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
How to retrieve user name in case of Window Authentication?
Can we use html in asp.net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is a web api endpoint?
What kind of data can be stored in viewstate?
Write some code using interfaces, virtual methods, and an abstract class`
How to make paging concepts in datagrid in ASP.NET?
Securitywise What are the Enhancements in 2.0?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?