Hi,
I have a web application where in the controls on each page is built dynamically. Each of the control is being populated with data as soon as the page loads. The data is being fetched using stored procedures. When I execute the stored procedure in the database, the retrieval is fast. But, once I test it in the application, it is slow. What might be the issue? How do I test the performance of data retrieval in a web application?
Please let me know on this.
Thanks
...
Go to the complete details ...