Click here to Skip to main content
15,892,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: hide extention from the url Pin
Christian Graus16-Dec-08 0:43
protectorChristian Graus16-Dec-08 0:43 
AnswerRe: hide extention from the url Pin
N a v a n e e t h16-Dec-08 0:53
N a v a n e e t h16-Dec-08 0:53 
QuestionProblem with iCallback event Pin
pinna_hari15-Dec-08 22:13
pinna_hari15-Dec-08 22:13 
AnswerRe: Problem with iCallback event Pin
pinna_hari18-Dec-08 19:28
pinna_hari18-Dec-08 19:28 
QuestionI don't want login in a system when he loggedin in another system with a user name Pin
Saba0215-Dec-08 21:52
Saba0215-Dec-08 21:52 
AnswerRe: I don't want login in a system when he loggedin in another system with a user name Pin
Brij15-Dec-08 22:00
mentorBrij15-Dec-08 22:00 
AnswerRe: I don't want login in a system when he loggedin in another system with a user name Pin
Abhijit Jana15-Dec-08 22:40
professionalAbhijit Jana15-Dec-08 22:40 
AnswerRe: I don't want login in a system when he loggedin in another system with a user name Pin
Christian Graus16-Dec-08 0:47
protectorChristian Graus16-Dec-08 0:47 
The obvious way is in your database have a field that tells you a person is logged in, and if they are, don't allow another login. The issue with this is, you cannot be sure to catch any event that tells you a person has logged out, so you should also store a timestamp every time that user requests a page and when you check if they are logged in, also check that to see if it's been long enough to assume it has expired.

Christian Graus

Driven to the arms of OSX by Vista.

QuestionImage update cache Pin
nour12315-Dec-08 21:23
nour12315-Dec-08 21:23 
AnswerRe: Image update cache Pin
Abhijit Jana15-Dec-08 21:36
professionalAbhijit Jana15-Dec-08 21:36 
GeneralRe: Image update cache Pin
nour12316-Dec-08 8:06
nour12316-Dec-08 8:06 
GeneralRe: Image update cache Pin
Venkat Eswaran16-Dec-08 8:49
Venkat Eswaran16-Dec-08 8:49 
QuestionError Accessing oracle Db from asp.net 3.5 Pin
arunvtyc15-Dec-08 21:16
arunvtyc15-Dec-08 21:16 
AnswerRe: Error Accessing oracle Db from asp.net 3.5 Pin
Ashfield15-Dec-08 21:25
Ashfield15-Dec-08 21:25 
QuestionPosting large Data using HttpWebRequest Pin
Karna15-Dec-08 21:05
Karna15-Dec-08 21:05 
Questiondownload problem from Secure Sockets Layer enabled site(https) Pin
DotnetRafi15-Dec-08 20:47
DotnetRafi15-Dec-08 20:47 
QuestionHow to change a background color of a page using asp.net in c# language Pin
hitesh.kalra15-Dec-08 20:20
hitesh.kalra15-Dec-08 20:20 
AnswerRe: How to change a background color of a page using asp.net in c# language Pin
Abhijit Jana15-Dec-08 20:49
professionalAbhijit Jana15-Dec-08 20:49 
AnswerRe: How to change a background color of a page using asp.net in c# language Pin
Brij15-Dec-08 21:02
mentorBrij15-Dec-08 21:02 
QuestionPlease guide related to datetime picker Pin
mr_muskurahat15-Dec-08 20:10
mr_muskurahat15-Dec-08 20:10 
AnswerRe: Please guide related to datetime picker Pin
Abhijit Jana15-Dec-08 20:30
professionalAbhijit Jana15-Dec-08 20:30 
AnswerRe: Please guide related to datetime picker Pin
Brij15-Dec-08 20:30
mentorBrij15-Dec-08 20:30 
Questionhow to get dymnamic menu list with navigation urls menu control Pin
praveenparashar15-Dec-08 20:09
praveenparashar15-Dec-08 20:09 
QuestionNeed help in HTML code Pin
sajjadlashari15-Dec-08 20:08
sajjadlashari15-Dec-08 20:08 
AnswerRe: Need help in HTML code Pin
N a v a n e e t h15-Dec-08 20:17
N a v a n e e t h15-Dec-08 20:17 

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.