Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have some store raw material(equipments,hardware,etc.) data saved in sql database.
I have created an application(hosted on web) which displays the data from the database and directly displays it on browser using sqldatareader mainly.

The problem is that it takes a lot of time to load(sue to site traffic) and it does not show new data added by the store keeper unless the page is refreshed.
I hav set a timer, update panel and updatepanel progress control to update the page every 1 minute, but it shows the loading sign for a very long time.

I want to dynamically load the page and also the data to reduce
1.) the loading time
2.) update page without reloading when a data is added in the database

I am looking for something that can be done via client side programming.
Please provide help
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900