what is the deference between dataset and data adapter?
Answer Posted / chakri
Data Adaptor is used for manipulations in database like
select,update and delete and fills the data into dataset
the data accessed by dataadapter is filled in dataset
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is masterpage?
What is the asp.net mvc folder conventions? : asp.net mvc
What is a viewbag?
What is ipostback?
What are the differences between clr & cts?
Can you nest updatepanel within each other?
What can we do with asp.net?
Differentiate strong typing and weak typing
Explain http handlers? Where we can use the http handlers?
Explain the basic functionality of garbage collector?
What types of data validation events are commonly seen in the client-side form validation?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Is asp.net easy to learn?
How can we inherit a static member?