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 is Dynamic Web and discuss its usage with the help of real life examples?
Explain the difference between sql invalidation and sql notification.
When we use cookie less session? Explain its working?
What are resource file and how do we generate resource file?
How u refer webservices?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What language does asp.net use?
What are the different types of sessions in asp.net?
What are asp.net web forms?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is css and what is it used for?
How to Separate background image and front image from original picture....
What is HTTPModule and HTTPcontext? What is the use of each?
What are the differences between application object and session object?
Explain a program using code nuggets to create a simple application? : asp.net mvc