On May 12, 5:45 pm, t...@it-workforce.com wrote:
I am really new to ASP.NET and I was wondering if most developers use
locking hints when accessing the data in SQL Server. What kind of
multi-user issues come up when using an ASP.NET application?
In most cases, I think, the problem will be in the database design.
However, some ASP.NET "related" things, like leaking connections,
round-trips and server controls may cause a bottleneck. A server
controls can be a problem in some situations, e.g. the DataGrid
minimises the development, but its paging function requires all of the
data to be bound.