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
witch is the best insistute in sharpoint course.what abt future of share point course.
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is paging in context of Memory?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is in a session cookie?
What are the main differences between asp and asp.net?
How to add DateTime Control in normal DataGrid Server Control?
Define the types of configuration files.
What is the flow of processing of the request? : asp.net mvc
What is difference between or and orelse?
What are the events that happen when a client requests an asp.net page from iis server?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What are the two Layouts supported by a Web form in ASP.NET?
What are the differences between code behind and code inline?
how to retrieve property settings from xml .config file.