Answered Questions

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

    Skill/Topic: AdvancedA) Automatically dump data at client PCB) Not necessary to connect with serverC) user data can update and retrieve in dataset and when connection connected, update values with serverD) All of the above

    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.

    pradeep

    • Apr 23rd, 2015


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