|
|
Posted 07 April 2012 -
Category ASP.Net Sub Category Database Interaction
 
When doing the update the ObjectDataSource always uses the en-US culture and not the culture defined for the application.
|
Posted 01 February 2010 -
Category ASP.Net Sub Category Database Interaction
The most expensive and time consuming database operation is opening a connection. Therefore, ADO.Net employs connection pooling, which means that when you close a connection, it is not actually closed, but returned to the connection pool.
|