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

Sorry for the above answer---
This is correct one...

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


UnType 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 ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you create a master page?

1104


What events will occur when a page is loaded?

1098


How can we use Web API with ASP.NET Web Form?

1157


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

1060


How to Separate background image and front image from original picture....

1039


What is an asp.net web form?

1157


Explain the asp.net mvc folder conventions? : asp.net mvc

1042


what is command line compiler.what are the steps and how it is related to debugging.

1964


What are app services?

995


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

2421


What is asp.net web application?

1095


Explain different authentication modes in asp.net?

1234


how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly

2117


What are the different authentication modes in asp.net?

1067


How is my content secured from unauthorized access?

1019