delay in response
Hello
There is a page in my project that has 8 tabs. each tab must save it's state (like yahoo mail that you can have number of active tabs) and each tab contains an user control. one of my tabs (my user control) has a text box that by typing, suggests words. I tested it by 80000 records. it respond without any delay. but when I use it in tabed page (that has a number of controls) it responses after 25 seconds delay !!! then I used some methods to fast search and I reduced delay to 9 seconds. how can I emit this delay with respect to number of used controls?
|