what is the use of untyped data set ?

Answer Posted / rahul bhatnagar

UnType Dataset
You will get type mismatch and other errors at compile time.


Type Dataset
You will get type mismatch and other errors at runtime.

Example :

string custid;
custid=dsetcust.customer(0).customerid;


untyped dataset
string custid;
custid=Convert.toString(dsetcust.customer(0).customerid);

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What permissions do asp.net applications posses by default?

644


How do we implement bundling in MVC?

585


What is asp.net caching?

576


What are assemblies and namespaces and explain the difference between them ?

562


What is meant by web application?

543






Why we go for mvc instead of asp.net? : Asp.Net MVC

488


How many types cache in asp net?

528


How can we provide the WebParts control functionality to a server control?

564


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

434


What is difference between rest and soap?

575


What is a postback url?

491


Who is using asp.net?

501


What are the different authentication modes in asp.net?

516


What is the use of placeholder control? Can we see it at runtime?

569


What do you mean by authentication?

525