Hi all
I have only ever used ASP.NET to create forms pages but now I need to make a sort of automated presentation effect. I know I need to add a Meta tag within the Head element to refresh to a new location (for example: <META http-equiv="refresh" Content="10 url=index.aspx">) but am stuck as to how to do it dynamically (I will be getting the next URL from a database so can't be hardcoded).
Any help would be gratefully appreciated.
Thanks
Chris
I have only ever used ASP.NET to create forms pages but now I need to make a sort of automated presentation effect. I know I need to add a Meta tag within the Head element to refresh to a new location (for example: <META http-equiv="refresh" Content="10 url=index.aspx">) but am stuck as to how to do it dynamically (I will be getting the next URL from a database so can't be hardcoded).
Any help would be gratefully appreciated.
Thanks
Chris