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

ASP.NET

 
QuestionRequesting from Server IP???? Pin
wEb GuRu...16-Jun-06 5:47
wEb GuRu...16-Jun-06 5:47 
AnswerRe: Requesting from Server IP???? Pin
Guffa16-Jun-06 10:48
Guffa16-Jun-06 10:48 
GeneralRe: Requesting from Server IP???? Pin
wEb GuRu...19-Jun-06 0:49
wEb GuRu...19-Jun-06 0:49 
QuestionIndexing question Pin
leckey16-Jun-06 5:24
leckey16-Jun-06 5:24 
AnswerRe: Indexing question Pin
minhpc_bk17-Jun-06 20:53
minhpc_bk17-Jun-06 20:53 
QuestionHow to calculate lastvisit time? Pin
pitturamakrishna16-Jun-06 5:05
pitturamakrishna16-Jun-06 5:05 
AnswerRe: How to calculate lastvisit time? Pin
wEb GuRu...16-Jun-06 5:51
wEb GuRu...16-Jun-06 5:51 
AnswerRe: How to calculate lastvisit time? Pin
Mircea Grelus16-Jun-06 15:52
Mircea Grelus16-Jun-06 15:52 
If you want to maintain the visit of the last user user, as the previous poster suggested, you should use the application object.
If you want to maintain the last visit of every user, you should log that into a database. You can get the current user using HttpContext.User.Identity.Name. If no user is logged in then it will return string.Empty

regards,
Mircea
Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.
AnswerRe: How to calculate lastvisit time? Pin
minhpc_bk17-Jun-06 20:52
minhpc_bk17-Jun-06 20:52 
QuestionObjectDataSource in a label Pin
xps.tsunami16-Jun-06 5:04
xps.tsunami16-Jun-06 5:04 
AnswerRe: ObjectDataSource in a label Pin
Mircea Grelus16-Jun-06 15:56
Mircea Grelus16-Jun-06 15:56 
GeneralRe: ObjectDataSource in a label Pin
xps.tsunami17-Jun-06 9:02
xps.tsunami17-Jun-06 9:02 
GeneralRe: ObjectDataSource in a label Pin
Mircea Grelus17-Jun-06 9:44
Mircea Grelus17-Jun-06 9:44 
AnswerRe: Shadow on a label Pin
RichardGrimmer16-Jun-06 5:14
RichardGrimmer16-Jun-06 5:14 
QuestionHow to transfer data from Mobile Wireless Application to Web Application using GPRS in .Net? Pin
selatan7916-Jun-06 4:11
selatan7916-Jun-06 4:11 
AnswerRe: How to transfer data from Mobile Wireless Application to Web Application using GPRS in .Net? Pin
mnaveed16-Jun-06 5:12
mnaveed16-Jun-06 5:12 
Questionhow to show image into thumbnail [modified] Pin
surshbabuk16-Jun-06 3:25
surshbabuk16-Jun-06 3:25 
AnswerRe: how to show image into thumbnail Pin
mnaveed16-Jun-06 5:05
mnaveed16-Jun-06 5:05 
QuestionAnother querry problem Pin
Commickey16-Jun-06 3:08
Commickey16-Jun-06 3:08 
AnswerRe: Another querry problem Pin
Paddy Boyd16-Jun-06 3:35
Paddy Boyd16-Jun-06 3:35 
QuestionTool to create screen shot for web site Pin
cppdotnet16-Jun-06 2:48
cppdotnet16-Jun-06 2:48 
QuestionCalender Control(Urgent) Pin
varshavmane16-Jun-06 1:31
varshavmane16-Jun-06 1:31 
QuestionHow to integrate an ACR30 smart card reader with ASP.NET(using VB.NET) Pin
ultimatesaad16-Jun-06 0:45
ultimatesaad16-Jun-06 0:45 
Questionremove special character from string Pin
yogesh m16-Jun-06 0:18
yogesh m16-Jun-06 0:18 
AnswerRe: remove special character from string Pin
Commickey16-Jun-06 3:11
Commickey16-Jun-06 3:11 

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.