What is the advantage of Disconnected mode of ADO.Net in ASP.Net

Skill/Topic: Advanced
A) Automatically dump data at client PC
B) Not necessary to connect with server
C) user data can update and retrieve in dataset and when connection connected, update values with server
D) All of the above

Showing Answers 1 - 18 of 18 Answers

P Raj

  • Feb 14th, 2006
 

All of the above

  Was this answer useful?  Yes

neeraj

  • Sep 26th, 2013
 

A) Automatically dump data at client PC

  Was this answer useful?  Yes

anup

  • Nov 20th, 2013
 

all the above

  Was this answer useful?  Yes

pradeep

  • Apr 23rd, 2015
 


What is the advantage of Disconnected mode of ADO.Net in ASP.Net?

  Was this answer useful?  Yes

Pratul Tripathi

  • Sep 2nd, 2015
 

ADO.Net provides disconnected mode, where after connecting to data source the connection terminates and data reach to Client to play with. once data is manipulated can be send back to data source by opening the connection again.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions