What are the main components of the ADO object model? How
are they used?
Answer Posted / pandi g s
1. DataProvider
1. Connection
2. Command
3. Data Reader
4. Data Adapter
1. Insert command,update,delete and QueryBuilder
2. DataSet
1. Datarow,datacol,datatable,dataview,datarelation
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
WSDL means?
What is autopostback in asp net?
Why session is more secure than cookies?
What is the procedure to create the environment for asp.net? : asp.net mvc
What are directives in asp.net?
Which validator control you use if you need to make sure the values in two different controls matched?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
explain code with multi inhertance
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Explain the boxing and unboxing concept in .net?
What is the concept of view state in asp.net?
What is css and what is it used for?
What is custom events?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?