Some times we need to auto-refresh page after few seconds. you can do it with Meta Refresh tags
<head><meta http-equiv=”Refresh” content=”180″ /></head>Where content ‘180′ is the number of seconds.
Another approach is by addding HTTP header..
Some times we need to auto-refresh page after few seconds. you can do it with Meta Refresh tags
<head><meta http-equiv=”Refresh” content=”180″ /></head>Where content ‘180′ is the number of seconds.
Another approach is by addding HTTP header..

Background
A few days ago, I was trying to make a file upload module in my project. It is an Ajax based project with Master-Content page. I was using Form View control to insert-update & show data, and for ADO.NET using Object Data Source. The problem was as follows: