What are all the ways to find out types of objects?
Answer Posted / riya
.GetType()
typeof(object)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is the size of Get method and how much data it can store?
Explain the difference between dataset and datareader.
What is http session state?
how to elimainte the similar data from the different tables
Why do we use asp.net?
What is the page life cycle in asp.net?
What does asp.net stand for?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Where do we store our connection string in asp.net application?
What is datagrid asp.net?
Why do we use web config?
Explain the steps to be followed to use passport authentication.
What is the difference between Classic ASP and ASP.Net?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?