Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionshowing dialog box n locking background screen... Pin
sarang_k28-Dec-08 1:53
sarang_k28-Dec-08 1:53 
AnswerRe: showing dialog box n locking background screen... Pin
Abhijit Jana28-Dec-08 3:52
professionalAbhijit Jana28-Dec-08 3:52 
QuestionRe: showing dialog box n locking background screen... Pin
sarang_k28-Dec-08 15:46
sarang_k28-Dec-08 15:46 
AnswerRe: showing dialog box n locking background screen... Pin
N a v a n e e t h28-Dec-08 17:07
N a v a n e e t h28-Dec-08 17:07 
QuestionRe: showing dialog box n locking background screen... Pin
sarang_k28-Dec-08 17:09
sarang_k28-Dec-08 17:09 
AnswerRe: showing dialog box n locking background screen... Pin
N a v a n e e t h28-Dec-08 18:51
N a v a n e e t h28-Dec-08 18:51 
AnswerRe: showing dialog box n locking background screen... Pin
Ravi Munde28-Dec-08 19:50
Ravi Munde28-Dec-08 19:50 
QuestionHow I redirect after session timeout? Pin
Ravi Munde28-Dec-08 0:36
Ravi Munde28-Dec-08 0:36 
1) I am using Forms Authentication. but the page is not redirect to desired
login page after session time out.

wen.config file
<authentication mode="Forms">
<forms name="aspx" timeout="1" loginurl="SessionExpired.aspx">



2)and When I debug the application
. Session_end is called. in the Session_End
method i write code to redirect to the LoginPage but it is still not
redirecting.
void Session_End(object sender, EventArgs e)
{
Response.Redirect("SessionExpired.aspx");
}

its threws an exception...

'((System.Web.HttpApplication)(this)).Response' threw an exception of type 'System.Web.HttpException'


in both the cases im not able to redirect to "SessionExpired.aspx"
AnswerRe: How I redirect after session timeout? Pin
Colin Angus Mackay28-Dec-08 7:12
Colin Angus Mackay28-Dec-08 7:12 
QuestionGridView Populating n making every field a button Pin
vaibhavbaweja27-Dec-08 22:30
vaibhavbaweja27-Dec-08 22:30 
AnswerRe: GridView Populating n making every field a button Pin
cmpemikail27-Dec-08 22:38
cmpemikail27-Dec-08 22:38 
AnswerRe: GridView Populating n making every field a button Pin
Abhijit Jana28-Dec-08 4:18
professionalAbhijit Jana28-Dec-08 4:18 
GeneralRe: GridView Populating n making every field a button Pin
vaibhavbaweja28-Dec-08 4:22
vaibhavbaweja28-Dec-08 4:22 
QuestionPlease Help its urgent!!!!!!!!!!!!!!!!!!!! Pin
savianand27-Dec-08 20:01
savianand27-Dec-08 20:01 
AnswerRe: Please Help its urgent!!!!!!!!!!!!!!!!!!!! Pin
Nishant Singh27-Dec-08 21:01
Nishant Singh27-Dec-08 21:01 
AnswerRe: Please Help its urgent!!!!!!!!!!!!!!!!!!!! Pin
Abhijit Jana28-Dec-08 3:50
professionalAbhijit Jana28-Dec-08 3:50 
AnswerRe: Please Help its urgent!!!!!!!!!!!!!!!!!!!! Pin
Christian Graus28-Dec-08 7:31
protectorChristian Graus28-Dec-08 7:31 
QuestionHello EveryOne Pin
naim khan27-Dec-08 18:36
naim khan27-Dec-08 18:36 
AnswerRe: Hello EveryOne Pin
cmpemikail27-Dec-08 21:11
cmpemikail27-Dec-08 21:11 
AnswerRe: Hello EveryOne Pin
Abhijit Jana28-Dec-08 4:03
professionalAbhijit Jana28-Dec-08 4:03 
QuestionPosting an html code to asp.net Pin
cmpemikail27-Dec-08 11:30
cmpemikail27-Dec-08 11:30 
AnswerRe: Posting an html code to asp.net Pin
Colin Angus Mackay27-Dec-08 14:28
Colin Angus Mackay27-Dec-08 14:28 
QuestionRunning method in frequent Intervals --Webservice Pin
SatyaVas27-Dec-08 7:08
SatyaVas27-Dec-08 7:08 
QuestionPayroll System Pin
monika_vasvani27-Dec-08 5:32
monika_vasvani27-Dec-08 5:32 
AnswerRe: Payroll System Pin
Aman Bhullar27-Dec-08 6:10
Aman Bhullar27-Dec-08 6:10 

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.