Click here to Skip to main content
15,921,113 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi ALl,

I have a situation in my appl. I have a search page , which fetches the results and displays in the gridview. More details about th first row is displayed in 10-12 different controls (txtbox,dropdown,etc) . The SelectedIndexchanged event is fired on row clicks which displays the details of the selected record.

Gridview + display controls are placed inside 1 update panel.

Page Request Manager - Timeout popup is occuring in scenarios when the gridview contains more than 500 records. SO when I click on GV , this error pops up. In case of less no f records, appl works ok, although slow.

I have tried nested update panels along with triggers,
GRidview in outerpanel and display controls in nested/inner panel.hv put an asynch trigger in this nested pnl.

but still no success.
Posted
Comments
Herman<T>.Instance 9-Feb-12 3:43am    
what kind of datasource do you use? Is the retrieving of data not to slow? It looks like you qeury uses a table scan. Can you show the query you use to retrieve the data?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900