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
Name some asp objects?
What is a session in asp.net?
What is ashx file in asp.net?
What are the options in ASP.NET to maintain state?
How to retrieve user name in case of Window Authentication?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is event in asp.net?
Describe how ASP.NET maintains process isolation for each Web application?
How do I upload a file from my ASP.NET page?
How is a session stored and maintained in asp.net?
Explain the main differences between asp and asp.net?
What are different methods of session maintenance in asp.net?
What is .net remoting?
What is use of Master Page in ASP.NET web pages?
Which library is used by the testers and developers to develop automated tests and create testing tools?