Hi guys,


Please help me to do this.

I have asp.net project. problem is "loading time".

When i fill up the page. sometime it refresh automatically to get data from database.

now problem is loading time is large.
i already use autopostback as true for saving data.

how can i reduce time?


jack

Recommended Answers

All 2 Replies

Member Avatar for stbuchok

You need to be more specific. Reducing page load time could be that you are loading a bunch of single big images or videos. It could be that you have a lot of calculations going on in the background. Please give a good description of exactly what is happening.

Thank you for reply.


In project,i have two dropdownbox.

data is coming form database

Second dropdownbox data is depends on first dropdownbox

for example: Country list and City list.

when i select Country it doing some process for next dropdown data. that what i have to reduse.

no other calculation or process is doing in back side.

help me


jack

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.