Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
147 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
338 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) { ...
0
votes
2answers
2k views

Response.AddHeader

why Response.AddHeader is used?