datalist not resfreshing after update

  • Thread starter Thread starter branton ellerbee
  • Start date Start date
B

branton ellerbee

what is the problem with this pos language?

I have run into this problem time and time again and never sure what I do to
fix it.

I have a update to a database, then I call sub to re-bind the datalist.
However, the update will not display the updated data until I physically
refresh the browser.

What is the problem?
 
Hi,

Let's have a look at your code. Is is possible that you are rebinding in
your Page_Load which occurs before the Update of your database does? Are
you updating calling a Web Service that caches for a short period of time,
just long enough to not be triggered to go get the data? Show me your code
and I'll show you an answer. Good luck! Ken.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top