ADO.NET 2.0 Question:
Download Questions PDF

Explain How to pass multiple tables in datasets simultaneously?

ADO.NET 2.0 Interview Question
ADO.NET 2.0 Interview Question

Answer:

sqldataadopter .fill(Ds,"tableName")
again create new sql dataadopetr and fill this ds with sceond name of table giving..

Download ADO.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Which name space is used to get assembly details?Explain the difference in an Abstract Class and an Interface?