This is a migrated thread and some comments may be shown as answers.

After RadUpload delay in populating fields

1 Answer 43 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Toni
Top achievements
Rank 1
Toni asked on 30 Jan 2009, 06:44 PM
Hello,

I have an app. I am using a RadMultiPage with four pageviews. I also use the RadtabStrip with a tab matching each pageview.  On page view 3 i have a Radupload. where i can load files.  On pageview 1 is the search tab. After I upload the files on pageview 3 there is sometimes up to a 5 minute lag before the search page can find it.  On my search page I have four Radcombo boxes that search the database.   On page view 3 I load names of towns. when i go search on the search page to get a list of all of the towns in State A the new town tjhat I uploaded won't show in the state A listing for at least five minutes. 

How do I get rid of this lag time?

Yusef 

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 02 Feb 2009, 03:39 PM
Hello Toni,

Maybe you are using some caching mechanism?

As far as I understood, you go to PageView3, select a file and upload it. When the file is uploaded you update your database. Then you go to PageView1 and search in the combobox (I guess it loads its items with load-on-demand). At this stage can you debug and check if the query contains the newly added records from the database? If the datasource contains the new records - they will be available in the combobox as well.


Best wishes,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
Toni
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or