Posted on: 1/2/2014 11:22:32 AM | Views : 725

Hi,

I have a webpage where i am displaying a chart control (Infragistics Ultra Chart Control). The chart control is populated based on some filter criteria user selects. Also, i use TPL to retrive data for multple charts and am providing navigation buttons for the user to move across charts. I have used the update panels to enable partial rending of the web page. The problem i am facing is that the web pages takes a lot of time to render. From the data i have measured, the db calls are over pretty fast. Also i have measured the rendering time for the ultrachart and found it to be not more than a couple of seconds. But still the page is not renedered for more than 30-45s. Please advise how i can identify the problem area. I am using jquery and jquery UI (date picker). Apart from the chart control, I have a few buttons, text boxes, labels and dropdown. The datasets with data for multiple charts are stored as session variable to avoid a db call each time the us ...

Go to the complete details ...