How to improve performance of aspx Page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AnuGarg
    New Member
    • Jul 2011
    • 8

    How to improve performance of aspx Page

    Hi,
    We have .net web site using .net 3.5 version.
    We have Grid which may contain more than 150 records.
    We are using update panel and child update panel which shows some other editable data for the selected row in Grid. The controls in child update panel are 3 text boxes and one DataList to bind Images for selected record.
    Whenever user switches to any other row , then the data of last selected row (form the child update panel) is getting saved. So there are 2 hits to DB - one for saving data & other for getting updated data. DB executes query & returns results very fast. But even then when user clicks on other row, then its taking time to render the updated data.
    Please suggest how to improve performance of aspx page?

    Thanks in advance,
    Anu
Working...