ASP.NET 2.0 Question:
Download Questions PDF

How Dataadapter.fill works?

Answer:

Data Adapter act as amiddleman between the dataset and data Base. The fill method automatically open the connection and when the dataset is filled properly then the coonection is closed. This method fetch the data from the database

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
How can we implement a Identity (SQL Server) call in an asp.net page?How do we get only edited/deleted/inserted records from a Dataset?