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