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
Is post back in asp.net?
Which is faster union or union all?
Explain how can we access static variable?
What are server activated objects?
In which event of page cycle is the viewstate available?
Explain the concept of MVC Scaffolding?
What are the various types of validation controls provided by asp.net?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is datagrid asp.net?
How you can return View from ASP.NET Web API method?
What are the main requirements for caching?
What is postback request?
What is the purpose of url encoding?
In asp.net, how can you validate drop down box?
What is the difference between application state and caching?