Tagged Questions
1
vote
1answer
161 views
Another Update Panel problem ASP.NET
This is a branch off of my other question here
I am now able to add my javascript in asynchronously but it does not redirect my page properly.
Currently I use this to redirect my page
...
0
votes
1answer
358 views
How to make a server.transfer() with a Response.AddHeader(“refresh”, “seconds”) and not get a 404 error?
so this is the scenario:
I have a base class for all login-controlled pages:
public class SessionControlledPage : Page
{
protected virtual void Page_Load(Object sender, EventArgs e)
{
...