As far as I’m concerned there is no way to make a postback to the server from an aspx Web Page at a regular time schedule.
I’m developing a project that needs a postback every 30 sec to refresh the values from the server as a postback. I have been looking for a solution for a long time and have come up with this.
I have been considering the meta http-equiv="refresh" content="30", but it is a big difference between a refresh like this and a postback every 30 sec in an aspx page. A postback takes care of every value between postbacks, but a refresh doesn’t.
This is irrelevant, but in my project I wanted to refresh values from an OPC s..