Click here to Skip to main content
16,004,901 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHTTP status 403: Forbidden exception using certificate to authenticate access to ASP.NET web service Pin
mykukup30-Dec-08 15:00
mykukup30-Dec-08 15:00 
QuestionAdding apps to profiles Pin
richard11230-Dec-08 12:18
richard11230-Dec-08 12:18 
QuestionProfile Avatar Pin
richard11230-Dec-08 12:03
richard11230-Dec-08 12:03 
QuestionMapping images under sql table to asp.net matrix view Pin
Member 318637930-Dec-08 8:47
Member 318637930-Dec-08 8:47 
AnswerRe: Mapping images under sql table to asp.net matrix view Pin
Brij30-Dec-08 17:24
mentorBrij30-Dec-08 17:24 
Questionhow i can inherit gridview with predefined columns Pin
Member 202259230-Dec-08 7:57
Member 202259230-Dec-08 7:57 
QuestionDownloading a file from a secured website and dumping it into a loca folder Pin
Tina P30-Dec-08 7:11
Tina P30-Dec-08 7:11 
GeneralRage Refresh (Round 2) [Resolved] [modified] Pin
Tom Delany30-Dec-08 7:05
Tom Delany30-Dec-08 7:05 
Would someone please look at this message, and tell me what I am doing wrong? I would really appreciate it.

http://www.codeproject.com/script/Forums/View.aspx?fid=12076&msg=2859899 [^]


[Resolved]-------------------------------------------------------------------------------------------------------------
I guess I did not "Google the heck out of it" enough. I finally found a solution at:

http://forums.asp.net/p/973430/1230602.aspx[^]

I changed the Javascript code:

...
    else 
    {
        clearTimeout(timer)
        //window.location.reload(true)
        window.location.replace("refresh.aspx")
    } 


I then added a refresh.aspx page with the following code-behind:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace WebManager
{
    public partial class WebForm1 : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
            Response.Redirect("~/Default.aspx");
        }
    }
}


There may have been a more elegant way to do it, but that is what I came up with, and it seems to work.



Last modified: 1hr 49mins after originally posted -- Rage Refresh (Round 2) [Resolved]


We are dyslexic of Borg. Refutance is systile. Your a$$ will be laminated!

GeneralRe: Rage Refresh (Round 2) Pin
Christian Graus30-Dec-08 7:07
protectorChristian Graus30-Dec-08 7:07 
GeneralRe: Rage Refresh (Round 2) Pin
Tom Delany30-Dec-08 7:13
Tom Delany30-Dec-08 7:13 
GeneralRe: Rage Refresh (Round 2) Pin
Christian Graus30-Dec-08 17:59
protectorChristian Graus30-Dec-08 17:59 
GeneralRe: Rage Refresh (Round 2) Pin
Tom Delany31-Dec-08 11:44
Tom Delany31-Dec-08 11:44 
GeneralRe: Rage Refresh (Round 2) Pin
Tom Delany30-Dec-08 7:25
Tom Delany30-Dec-08 7:25 
GeneralRe: Rage Refresh (Round 2) Pin
Todd Smith30-Dec-08 9:15
Todd Smith30-Dec-08 9:15 
GeneralRe: Rage Refresh (Round 2) Pin
Tom Delany30-Dec-08 11:47
Tom Delany30-Dec-08 11:47 
QuestionHow to create a discussion forum using asp.net(c#) Pin
bruze30-Dec-08 4:34
bruze30-Dec-08 4:34 
AnswerRe: How to create a discussion forum using asp.net(c#) Pin
Abhijit Jana30-Dec-08 4:37
professionalAbhijit Jana30-Dec-08 4:37 
AnswerRe: How to create a discussion forum using asp.net(c#) Pin
AprNgp30-Dec-08 5:24
AprNgp30-Dec-08 5:24 
AnswerRe: How to create a discussion forum using asp.net(c#) Pin
Christian Graus30-Dec-08 5:26
protectorChristian Graus30-Dec-08 5:26 
AnswerRe: How to create a discussion forum using asp.net(c#) Pin
Member 42191699-Nov-09 0:21
Member 42191699-Nov-09 0:21 
QuestionGlobal Resources & Local Resources in ASP.NET Pin
Suman Gomedhikam30-Dec-08 3:23
Suman Gomedhikam30-Dec-08 3:23 
AnswerRe: Global Resources & Local Resources in ASP.NET Pin
Abhijit Jana30-Dec-08 3:55
professionalAbhijit Jana30-Dec-08 3:55 
GeneralRe: Global Resources & Local Resources in ASP.NET Pin
Suman Gomedhikam30-Dec-08 18:51
Suman Gomedhikam30-Dec-08 18:51 
GeneralRe: Global Resources & Local Resources in ASP.NET Pin
Abhijit Jana30-Dec-08 20:35
professionalAbhijit Jana30-Dec-08 20:35 
QuestionSaving mail message in Drafts folder Pin
kavitha_blueindia30-Dec-08 2:59
kavitha_blueindia30-Dec-08 2:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.