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
What are demand-paging and pre-paging?
Can you use c# without .net?
Explain some of the major built-in objects in asp.net
What a diffgram is, and a good use for one?
How do cookies work? Give an example of their abuse.
What is OSI layer? Explain different layers.
How to reduce the width of textbox in editcommandcolumn of datagrid?
Can we use html in asp.net?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the server controls in asp.net?
What is asp.net version?
What is considered a service provider?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What does session_start () do?
What is cookies in asp net?