ADO.NET 2.0 Question:

Explain How to pass multiple tables in datasets simultaneously?

Answer:

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

Read All 14 ADO.NET 2.0 Questions
Previous QuestionNext Question
Explain Which name space is used to get assembly details?Explain the difference in an Abstract Class and an Interface?