adspace


What is the difference between data grid and data repeater?

Answer Posted / Shivendra Pratap

Stored procedures are used in ADO.NET for various reasons, such as optimizing data access performance by reusing pre-compiled SQL statements, enforcing database security and integrity by restricting the types of queries that can be executed on a database server, improving application maintainability by encapsulating complex business logic within the stored procedure, and reducing network traffic by executing multiple SQL statements as a single unit.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1054


Explain how to call the sql commands asynchronously in ado.net version 2.0?

1002