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
What is http pipeline in asp.net?
What is asp.net response object?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain one critical mapping?
What is the difference between application state and caching?
What is a response cookie?
What is new asp.net core?
How is the asp.net mvc architecture different from others? : asp.net mvc
How can you make sure that web api returns json data only?
Explain how dot net compiled code will become platform independent?
How would ASP and ASP.NET applications run at the same time on the same server?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What does clearing cache?
What is the difference between typeof() vs gettype()?
What is difference between View State and Hidden Field in ASP.NET?