What are all the ways to find out types of objects?
Answer Posted / rajesh
We have two ways to find out the type of Object
1)Typeof(obj)
It takes parameter and gives the corresponding
type as return data type
2) GetType()
It gives the current Instance of the object.
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Explain model, view and controller represent in an mvc application? : asp.net mvc
Explain Optimization technique description?
What is the difference between session.abandon() vs clear()?
What is Model-View-View Model?
Explain what is event bubbling?
Describe the master page.
What are the different types of validation controls provided in ASP.NET?
What is simple data binding?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Explain server side state management system.
List the major built-in objects in asp.net?
How many types of validators are there in asp net?
How long do session variables last?
What are the uses of list view control in Asp.net?
What is validation in asp.net?