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

ASP.NET

 
QuestionExporting Datasets Into Multiple Sheets In Excel Pin
raghvendrapanda2-Nov-10 0:50
raghvendrapanda2-Nov-10 0:50 
AnswerRe: Exporting Datasets Into Multiple Sheets In Excel Pin
thatraja2-Nov-10 2:08
professionalthatraja2-Nov-10 2:08 
GeneralRe: Exporting Datasets Into Multiple Sheets In Excel Pin
raghvendrapanda4-Nov-10 3:59
raghvendrapanda4-Nov-10 3:59 
Questionhow to create a dynamic session Pin
vishnukamath1-Nov-10 23:48
vishnukamath1-Nov-10 23:48 
AnswerRe: how to create a dynamic session Pin
NeverHeardOfMe2-Nov-10 0:07
NeverHeardOfMe2-Nov-10 0:07 
GeneralRe: how to create a dynamic session Pin
vishnukamath2-Nov-10 21:44
vishnukamath2-Nov-10 21:44 
AnswerRe: how to create a dynamic session Pin
Brij2-Nov-10 0:12
mentorBrij2-Nov-10 0:12 
AnswerRe: how to create a dynamic session Pin
Sujith C Jose2-Nov-10 0:55
Sujith C Jose2-Nov-10 0:55 
vishnukamath wrote:
the problem is If another user 'B' logged on to the application,then the session is overwritted by the by the 'B's user name and i m losing the 'A's user name which is stored previously in the session


Hi,

Are you sure that you are using Session object (which is for each users) and not Application state (which is common for all users or sessions)

Eg:

//Session Object
Session["UserName"] = txtUserName.Text;

//Application Object
Application["Message"] = "Message to All users";

Sujith
My Blog

QuestionUFrame Pin
Jassim Rahma1-Nov-10 21:41
Jassim Rahma1-Nov-10 21:41 
AnswerRe: UFrame Pin
thatraja1-Nov-10 21:47
professionalthatraja1-Nov-10 21:47 
Questionproblem in timer Pin
Jassim Rahma1-Nov-10 21:06
Jassim Rahma1-Nov-10 21:06 
AnswerRe: problem in timer Pin
thatraja1-Nov-10 21:22
professionalthatraja1-Nov-10 21:22 
QuestionShowing error message Pin
future38391-Nov-10 15:43
future38391-Nov-10 15:43 
AnswerRe: Showing error message Pin
benams1-Nov-10 20:23
benams1-Nov-10 20:23 
AnswerRe: Showing error message Pin
RaviRanjanKr1-Nov-10 20:39
professionalRaviRanjanKr1-Nov-10 20:39 
AnswerRe: Showing error message Pin
Brij1-Nov-10 20:44
mentorBrij1-Nov-10 20:44 
GeneralRe: Showing error message Pin
RaviRanjanKr1-Nov-10 20:53
professionalRaviRanjanKr1-Nov-10 20:53 
GeneralRe: Showing error message Pin
Brij2-Nov-10 2:36
mentorBrij2-Nov-10 2:36 
GeneralRe: Showing error message Pin
RaviRanjanKr2-Nov-10 3:06
professionalRaviRanjanKr2-Nov-10 3:06 
Questioncannot do add to cart function Pin
setengah1-Nov-10 14:53
setengah1-Nov-10 14:53 
AnswerRe: cannot do add to cart function Pin
T M Gray2-Nov-10 4:33
T M Gray2-Nov-10 4:33 
GeneralRe: cannot do add to cart function Pin
Fayu9-Nov-10 4:44
Fayu9-Nov-10 4:44 
QuestionDataset or ado.net Pin
future38391-Nov-10 3:35
future38391-Nov-10 3:35 
AnswerRe: Dataset or ado.net Pin
Not Active1-Nov-10 4:38
mentorNot Active1-Nov-10 4:38 
Questionhelp with url rewrite... Pin
swornavidhya_m31-Oct-10 23:09
swornavidhya_m31-Oct-10 23:09 

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.