473,394 Members | 1,870 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

page refresh slowing down

Hello!

I have a listbox that auto-refeshes the page retrieving information based as
what was selected.

The page runs fast at the beginning. Then it gradually starts to slow down.

What could be causing this?

Thank you!

-Bahman

Dec 21 '05 #1
3 1118
Could you be continuously adding rows to the listbox without clearing what
was already there.

"Bahman" <Ba****@discussions.microsoft.com> wrote in message
news:19**********************************@microsof t.com...
Hello!

I have a listbox that auto-refeshes the page retrieving information based
as
what was selected.

The page runs fast at the beginning. Then it gradually starts to slow
down.

What could be causing this?

Thank you!

-Bahman

Dec 21 '05 #2
Peter,

No, I am not (I hope I am not!)

When I tried just now, it seems to be fast all the time. So, it may be a
function of the network.

I did make sure that I have proper indexes on the base tables and that I am
clearing the datasets before repopulating them.

Thank you for your help.

-Bahman

"Peter Rilling" wrote:
Could you be continuously adding rows to the listbox without clearing what
was already there.

"Bahman" <Ba****@discussions.microsoft.com> wrote in message
news:19**********************************@microsof t.com...
Hello!

I have a listbox that auto-refeshes the page retrieving information based
as
what was selected.

The page runs fast at the beginning. Then it gradually starts to slow
down.

What could be causing this?

Thank you!

-Bahman


Dec 21 '05 #3
Hello Bahman,

Load your list box in pageload event
if(!IsPostback)
{
//load data into listbox.
}

So this will be executed first time when page is loaded.
From your information I can say this much only.

Please provide more information or paste some code so we can write
more.

B

Dec 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Doru Roman | last post by:
Hi, What I want to achieve is: when changing the value in a drop down box to display something as a text inside an area without refreshing the whole page -- Thank you, Doru
5
by: Glenn Mulno | last post by:
Hi, I am trying to create a report page for several teams. Each team runs the same reports but the reports use different values. For a while this was getting insane everytime I updated the...
5
by: judiphuongtu | last post by:
I am trying to create an input form with a pull-down menu that allows a user to add an item to the pull-down. I don't want the page to refresh when I refresh the pull-down since there's entries on...
5
by: Dan | last post by:
We have a simple site. It's a frameset with two frames a left and a right. The left frame is essentially a list of records from a database (using a server-side repeater control). When you click...
3
by: Matt | last post by:
Is there a way to execute server code without doing a complete page refresh in .Net? I have an ASP page to convert that uses XMLHTTP and I'm wondering if I should continue to use it in ASPX or do...
5
by: tshad | last post by:
Is there a way to carry data that I have already read from the datagrid from page to page? I am looking at my Datagrid that I page through and when the user says get the next page, I have to go...
4
by: Nick Wedd | last post by:
I have a test page http://www.files.maproom.org/00/12/q/w.html which almost does what I want. The idea is that, when you hover the mouse over one of the dates near the top of the page, it...
3
by: Dan Stromberg | last post by:
I have two different python programs that are slowing down quite a bit as their memory use goes up. I'm not really sure if this is some sort of CPU cache effect, or if it's something about...
1
by: cookdw60 | last post by:
I am looking for a way to have an access form update for multiple users. I have a form where certain fields will be updated on individual computers, and there may be 3 or 4 users that have the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.