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

What is the best Macanism to clear the Cache in asp.net

705


What is ispostback property?

501


What is the purpose of url encoding?

492


What is the difference between user control an custom control?

613


When was asp.net released?

567






Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj

2838


What is Cookies Less Session?

610


How to you can limit Access to Web API to Specific HTTP Verb?

662


Out of ASP or ASP.NET which one is stateless?

676


When should I use server transfer and response redirect?

508


Difference between application events and session events

587


what is loosely coupled solution? How it can be used?

564


Explain the different types of assemblies?

524


Why is mvc better than asp.net?

531


What are client activated objects?

554