Click here to Skip to main content
15,922,145 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with GridView Pin
Sider8930-Mar-10 8:11
Sider8930-Mar-10 8:11 
QuestionInsert Into Listview Label Pin
MarkPhD30-Mar-10 6:13
MarkPhD30-Mar-10 6:13 
AnswerRe: Insert Into Listview Label Pin
Sandeep Mewara30-Mar-10 7:05
mveSandeep Mewara30-Mar-10 7:05 
QuestionQueyString problem in IE6 Pin
Abbas_here30-Mar-10 5:05
Abbas_here30-Mar-10 5:05 
AnswerRe: QueyString problem in IE6 Pin
Not Active30-Mar-10 5:21
mentorNot Active30-Mar-10 5:21 
AnswerRe: QueyString problem in IE6 Pin
Abbas_here30-Mar-10 5:34
Abbas_here30-Mar-10 5:34 
GeneralRe: QueyString problem in IE6 Pin
Not Active30-Mar-10 6:02
mentorNot Active30-Mar-10 6:02 
GeneralRe: QueyString problem in IE6 Pin
Rutvik Dave30-Mar-10 8:38
professionalRutvik Dave30-Mar-10 8:38 
Questionstop page reloading in asp.net Pin
vikas shukla30-Mar-10 2:30
vikas shukla30-Mar-10 2:30 
AnswerRe: stop page reloading in asp.net Pin
Not Active30-Mar-10 4:37
mentorNot Active30-Mar-10 4:37 
AnswerRe: stop page reloading in asp.net Pin
T M Gray30-Mar-10 6:19
T M Gray30-Mar-10 6:19 
GeneralRe: stop page reloading in asp.net Pin
Not Active30-Mar-10 6:44
mentorNot Active30-Mar-10 6:44 
GeneralRe: stop page reloading in asp.net Pin
T M Gray30-Mar-10 7:20
T M Gray30-Mar-10 7:20 
JokeRe: stop page reloading in asp.net Pin
Rutvik Dave30-Mar-10 8:42
professionalRutvik Dave30-Mar-10 8:42 
GeneralRe: stop page reloading in asp.net Pin
MyDevBank31-Mar-10 10:17
MyDevBank31-Mar-10 10:17 
AnswerRe: stop page reloading in asp.net Pin
Rutvik Dave30-Mar-10 8:52
professionalRutvik Dave30-Mar-10 8:52 
Questionperformance issue Pin
RajpootRohan30-Mar-10 1:53
professionalRajpootRohan30-Mar-10 1:53 
AnswerRe: performance issue Pin
R. Giskard Reventlov30-Mar-10 2:20
R. Giskard Reventlov30-Mar-10 2:20 
AnswerRe: performance issue Pin
Jens Meyer30-Mar-10 2:27
Jens Meyer30-Mar-10 2:27 
AnswerRe: performance issue Pin
Member 450194030-Mar-10 3:45
Member 450194030-Mar-10 3:45 
AnswerRe: performance issue Pin
MyDevBank31-Mar-10 10:24
MyDevBank31-Mar-10 10:24 
Questioni get an error when use session in the Apllication_BeginRequest [modified] Pin
ARIA 530-Mar-10 1:35
ARIA 530-Mar-10 1:35 
AnswerRe: i get an error when use session in the Apllication_BeginRequest Pin
Dinesh Mani30-Mar-10 2:00
Dinesh Mani30-Mar-10 2:00 
This is just a suggestion, just give it a shot.

I think you would get this error only on the first request to your application. Check if the session is empty and if so do nothing, else add the page to your session.

Alternate suggestion - why not use the SessionStart for the first request and beginrequest for the subsequent request?? You can handle it by using the above suggestion.

BTW, looking at what you are trying to do, I think there is a control that can provide this functionality without much code [SiteMapPath]. Find details here[^] and here[^]
GeneralRe: i get an error when use session in the Apllication_BeginRequest [modified] Pin
ARIA 530-Mar-10 3:11
ARIA 530-Mar-10 3:11 
AnswerRe: i get an error when use session in the Apllication_BeginRequest Pin
T M Gray30-Mar-10 6:28
T M Gray30-Mar-10 6:28 

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.