Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How do you sign out from forms authentication?

1111


What’s difference between “optimistic” and “pessimistic” locking?

1126


What is a user session?

930


What is session start?

1017


Explain how is the asp.net mvc architecture different from others? : asp.net mvc

1063


Can master pages be nested?

983


How do you create a master page?

1104


Where is session data stored in asp net?

1030


Describe the diffeerence between inline and code behind?

1093


Describe the difference between inline and code behind - which is best in?

1122


Explain the asp.net page life cycle.

1151


How you will handle session when deploying application in more than a server?

1153


What is the advantage of using Windows authentication in a Web application?

1163


What is http pipeline in asp.net?

1022


What is marshalling ? Is it a part of asp.net ?

1140