Answer Posted / s. verma
A DataSet can be typed or untyped. The difference is that
the typed DataSet has a schema and the untyped DataSet doesn't.
A typed DataSet gives easier access to the content of table
fields through strongly typed programming. Strongly typed
programming uses info from the underlying data schema. This
means we are programming directly against your declared
objects and not the tables. A typed DataSet has a reference
to an XML schema file. This scema file (*.xsd) describes the
structure of all the tables contained within the DataSet.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is state management techniques in asp.net?
What are server-side comments in ASP.NET?
Explain login controls.
How to retrieve user name in case of Window Authentication?
How long does an http session last?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Define the term Web Garden?
What is a session in asp.net?
What is gridview in asp.net?
What is the asp.net mvc folder conventions? : asp.net mvc
How can we use Web API with ASP.NET Web Form?
What is the asp.net control toolkit?
What are the two types of web pages?
What is asp.net introduction?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC