Microsoft
Software
Hardware
Network
Question : asp.net; is there a programmic way to load an aspx page and auto redirect after the page loads
is there a programmic way to load an aspx page and auto redirect after the page loads.
I have no need to view the content of the page all data is hidden
and no operator is required.
what event would allow me to install a response.redirect("~/Annon
ymous/inde
x.aspx")
Answer : asp.net; is there a programmic way to load an aspx page and auto redirect after the page loads
How about javascript on the first aspx page to automatically redirect to the second after the first is loaded?
window.location = "
http://<domain>/Annonymous/
index.aspx
"
Random Solutions
Avoid pinned programs expanding in Windows 7 start menu
After moving mailbox to Exchange 2007 lost all Outlook rules
Quickbooks 2010 QB crashes when trying to print to network printer
Installing SSL certifcate on exchange 2010
How do I delete a file from a folder (uploads directory) when I delete its reference in the database?
Server 2008 R2 print server vs. XP clients
flash drive manufacurer
Modify desktop icon size via registry in Server 2008
Mysql Query to select from two tables
Teaching iPhone app creation...Any advice?