Webform and refresh
-
Hi guys! I am very new to web programming and I desperately need your help. I have created a webform with a grid that pulls data from the database on a daily basis, today's data is different from tomorrows data. Here is my problem if I open the form today it will pull the data and then if I open it tomorrow unless I hit the refresh button it still pulls "Yesterday" data. Is there something I am missing that would refresh the form on load everytime. Please help!!
Sameer
-
Hi guys! I am very new to web programming and I desperately need your help. I have created a webform with a grid that pulls data from the database on a daily basis, today's data is different from tomorrows data. Here is my problem if I open the form today it will pull the data and then if I open it tomorrow unless I hit the refresh button it still pulls "Yesterday" data. Is there something I am missing that would refresh the form on load everytime. Please help!!
Sameer
Not sure how you are passing the date from UI to underlaying database layer, but you should verify that you are passing the correct date by debugging.
-
Hi guys! I am very new to web programming and I desperately need your help. I have created a webform with a grid that pulls data from the database on a daily basis, today's data is different from tomorrows data. Here is my problem if I open the form today it will pull the data and then if I open it tomorrow unless I hit the refresh button it still pulls "Yesterday" data. Is there something I am missing that would refresh the form on load everytime. Please help!!
Sameer