I have built one web application and in that i had bound drop down with 10K records and when i will change index then i will get page timeout error!!
can anyone suggest me the cause of this problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
even if you would not have the time out issue it would have been impossible for the users select the item they were looking for on a drop down list with 10k records!
Perhaps you should use another kind of control to show such a big resulset (Paged repeater/grid view) or anything that can be paged