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
How do you create a master page?
What events will occur when a page is loaded?
How can we use Web API with ASP.NET Web Form?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How to Separate background image and front image from original picture....
What is an asp.net web form?
Explain the asp.net mvc folder conventions? : asp.net mvc
what is command line compiler.what are the steps and how it is related to debugging.
What are app services?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is asp.net web application?
Explain different authentication modes in asp.net?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What are the different authentication modes in asp.net?
How is my content secured from unauthorized access?