ADO.NET Question:

How to call the SQL commands asynchronously in ADO.NET version 2.0?

Answer:

executescalar()
executereader()
executenonquery()

these comes with Begin and End like Beginexecutescalr() Endexecutescalar().......

by using these command we can achieve asynch comm in ado.net

Read All 42 ADO.NET Questions
Previous QuestionNext Question
How to copy the contents from one table to another table and how to delete the source table in ado.net?what is typed and untyped dataset?