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
Can viewstate be accessed in another page?
What are server activated objects?
Explain how can we access static variable?
What are the two Layouts supported by a Web form in ASP.NET?
What is full form of asp.net?
Explain the role of global.asax?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Explain the difference between asp and asp.net?
What is ASLM?
What is is post back property in asp net?
Can master pages be nested?
How can we pass info between 2 asp.net pages?
Which class is used to send an email message from an ASP.NET Web page?
How to manage different kinds of sessions in ASP.NET?
Give an example of what might be best suited to place in the application_start and session_start subroutines?