Click here to Skip to main content
15,884,237 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionneed help with select image button Pin
neodeaths1-Apr-07 20:14
neodeaths1-Apr-07 20:14 
AnswerRe: need help with select image button Pin
Deepak the Cool1-Apr-07 21:00
Deepak the Cool1-Apr-07 21:00 
GeneralRe: need help with select image button Pin
neodeaths1-Apr-07 21:49
neodeaths1-Apr-07 21:49 
QuestionSub Report in crystal report (ASP.NET 2.0) Pin
varshavmane1-Apr-07 20:13
varshavmane1-Apr-07 20:13 
QuestionIs it possible to select multiple items from a listbox and insert into a database? Pin
irkahc1-Apr-07 19:53
irkahc1-Apr-07 19:53 
QuestionBooks Pin
aaraaayen1-Apr-07 19:29
aaraaayen1-Apr-07 19:29 
AnswerRe: Books Pin
Sathesh Sakthivel1-Apr-07 20:03
Sathesh Sakthivel1-Apr-07 20:03 
Questionhow to separate the sessions?? or have two form authenfitication?? [modified] Pin
bigeyed1-Apr-07 15:32
bigeyed1-Apr-07 15:32 
this is the situation.

i use form authentification as below
<authentication mode="Forms">
<forms name=".EHR_COOKIE" loginUrl="/EHR.WebUI/LoginForm.aspx" protection="All" timeout="180" path="/"/>
</authentication>

<authorization>
<deny users="?"/>
<allow users="*"/>
</authorization>
so no one can get through my system without login through LoginForm.aspx.

let's say A person logged in through the LoginForm.aspx and then there is a menu on the top that will popup another browser so that A person can log in with different account.(we need this function because the client required) But as you know if A open a window from the logged in page, it will share sessions even though it looks like A has two different accounts with two diffent browses. The sessions will mix.

Does anybody know how can i separate the two accounts?
I know that it will be totally simple if A person log in and if he wants to log in with different account just click on iexplore icon and log in again. i mean this can be another solution if i can have two form authentification. <-- but i couldn't find the way.

anybody help..please...


-- modified at 21:43 Sunday 1st April, 2007
QuestionCss doesn't apply to my pages. Pin
rockxuyenmandem1-Apr-07 13:54
rockxuyenmandem1-Apr-07 13:54 
QuestionASP.NET load/stress testing Pin
econner1-Apr-07 8:31
econner1-Apr-07 8:31 
QuestionNew Row Pin
hadad1-Apr-07 8:01
hadad1-Apr-07 8:01 
AnswerRe: New Row Pin
Venkatesh Mookkan1-Apr-07 19:35
Venkatesh Mookkan1-Apr-07 19:35 
QuestionError Saving data into database Pin
suriee1-Apr-07 4:31
suriee1-Apr-07 4:31 
AnswerRe: Error Saving data into database Pin
kubben1-Apr-07 9:56
kubben1-Apr-07 9:56 
QuestionSelect Increment Field Pin
Moooooodi1-Apr-07 3:26
Moooooodi1-Apr-07 3:26 
AnswerRe: Select Increment Field Pin
Hesham Amin1-Apr-07 6:48
Hesham Amin1-Apr-07 6:48 
AnswerRe: Select Increment Field Pin
Venkatesh Mookkan1-Apr-07 18:33
Venkatesh Mookkan1-Apr-07 18:33 
QuestionProblem in handling events of Usercontrol Pin
aeku31-Mar-07 23:48
aeku31-Mar-07 23:48 
AnswerRe: Problem in handling events of Usercontrol Pin
kubben1-Apr-07 2:25
kubben1-Apr-07 2:25 
QuestionObject Size in Memory - Is this possible? Pin
matthias s.31-Mar-07 23:46
matthias s.31-Mar-07 23:46 
QuestionFormView FindControl Problem - Can someone help, please? Pin
JackChase31-Mar-07 21:52
JackChase31-Mar-07 21:52 
Questiondropdownlist problem Pin
Kunal P31-Mar-07 21:00
Kunal P31-Mar-07 21:00 
AnswerRe: dropdownlist problem Pin
Sun Rays1-Apr-07 17:56
Sun Rays1-Apr-07 17:56 
Questionwhat is the difference between SQLclient ,Oracle and OLEDB provider? Pin
PrabhakaranRamachandran31-Mar-07 3:32
PrabhakaranRamachandran31-Mar-07 3:32 
AnswerRe: what is the difference between SQLclient ,Oracle and OLEDB provider? Pin
MinhajuddinK31-Mar-07 17:13
MinhajuddinK31-Mar-07 17:13 

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.