Click here to Skip to main content
15,895,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: detect browser close in ASP Pin
thatraja16-Mar-11 16:28
professionalthatraja16-Mar-11 16:28 
QuestionListView selected item problem Pin
Farraj15-Mar-11 12:45
Farraj15-Mar-11 12:45 
AnswerRe: ListView selected item problem Pin
ktrrzn5-Apr-11 19:46
ktrrzn5-Apr-11 19:46 
QuestionProblem Solved already.. Pin
Dhyanga15-Mar-11 4:15
Dhyanga15-Mar-11 4:15 
AnswerRe: Problem Solved already.. Pin
Shahriar Iqbal Chowdhury/Galib15-Mar-11 5:35
professionalShahriar Iqbal Chowdhury/Galib15-Mar-11 5:35 
GeneralRe: Problem Solved already.. Pin
Dhyanga15-Mar-11 6:02
Dhyanga15-Mar-11 6:02 
QuestionSession in ASP Pin
berba15-Mar-11 1:05
berba15-Mar-11 1:05 
AnswerRe: Session in ASP Pin
Yusuf15-Mar-11 3:21
Yusuf15-Mar-11 3:21 
This is a known [issue]. There are benefits and headaches for the session sharing. Let us see one of the benefits. Say your users have to login in order to access your application. Now a user wants to open one of your links in separate tab. If the session is not shared then they have to login in in order to access it, Right? So, sharing the session is not bad in this scenario.

On the other hand, you may have a valid reason for not sharing session. First try a simpler method. In IE click on the File Menu and select Open With New Session. If this is going to solve your problem, then instruct your users to use that technique. If that won't work for you, there first you need to understand this is happening at the client Browser side, so your control becomes very limited. Using Session or Cookie won't help as it will be shared. How about setting a hidden field with some value. Say in the beginning you start it off with a known value, may be a guid then you save it into dictionary or map. Then you can check if it exists and you know whether this is new or already visited page.

GeneralRe: Session in ASP Pin
berba15-Mar-11 19:39
berba15-Mar-11 19:39 
Question__doPostBack() function doesn't work Pin
Ali Al Omairi(Abu AlHassan)14-Mar-11 21:53
professionalAli Al Omairi(Abu AlHassan)14-Mar-11 21:53 
Questionhow to get button click in code behind? Pin
Dhyanga14-Mar-11 10:27
Dhyanga14-Mar-11 10:27 
AnswerRe: how to get button click in code behind? Pin
Paladin200014-Mar-11 11:55
Paladin200014-Mar-11 11:55 
QuestionPopup context sensitive help. Pin
jbradshaw14-Mar-11 7:53
jbradshaw14-Mar-11 7:53 
AnswerRe: Popup context sensitive help. Pin
Not Active14-Mar-11 8:55
mentorNot Active14-Mar-11 8:55 
GeneralRe: Popup context sensitive help. Pin
Ali Al Omairi(Abu AlHassan)15-Mar-11 12:32
professionalAli Al Omairi(Abu AlHassan)15-Mar-11 12:32 
QuestionHow to get TargetControlID from gridview to Ajax modalPopupExtender? Pin
Dhyanga14-Mar-11 6:06
Dhyanga14-Mar-11 6:06 
AnswerRe: How to get TargetControlID from gridview to Ajax modalPopupExtender? Pin
Ali Al Omairi(Abu AlHassan)15-Mar-11 12:45
professionalAli Al Omairi(Abu AlHassan)15-Mar-11 12:45 
AnswerRe: How to get TargetControlID from gridview to Ajax modalPopupExtender? Pin
Prasanta_Prince31-May-11 0:11
Prasanta_Prince31-May-11 0:11 
Questioni Can not access to Gridview/ Ajax with Master Page Pin
Honeyboy_2014-Mar-11 4:27
Honeyboy_2014-Mar-11 4:27 
AnswerRe: i Can not access to Gridview/ Ajax with Master Page Pin
Sandeep Mewara14-Mar-11 4:55
mveSandeep Mewara14-Mar-11 4:55 
GeneralRe: i Can not access to Gridview/ Ajax with Master Page Pin
Honeyboy_2014-Mar-11 5:05
Honeyboy_2014-Mar-11 5:05 
AnswerRe: i Can not access to Gridview/ Ajax with Master Page Pin
Ali Al Omairi(Abu AlHassan)15-Mar-11 13:27
professionalAli Al Omairi(Abu AlHassan)15-Mar-11 13:27 
QuestionDropDownList - MVC3 Razor Application Pin
dotman114-Mar-11 0:32
dotman114-Mar-11 0:32 
AnswerRe: DropDownList - MVC3 Razor Application Pin
Sandeep Mewara14-Mar-11 5:00
mveSandeep Mewara14-Mar-11 5:00 
GeneralRe: DropDownList - MVC3 Razor Application Pin
dotman115-Mar-11 3:10
dotman115-Mar-11 3: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.