What are typed datasets?
Answer / 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 |
Differentiate globalization and localization.
In which scenario we use Session and Cookies? With Example..
Does google crawl redirects?
how can we maintain security in soted procedure?
Can we use html in asp.net?
what are the components available in global.asax ?
What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?
What does aspcompat="true" mean?
How can we communicate with each server in N-tier Architecture? and what are the methods?
To add a hyperlink column to the DataGrid which tag is used ?
What?s the difference between Response.Write() andResponse.Output.Write()?
How to manage pagination in a page?