Click here to Skip to main content
16,011,358 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionStrongly typed dataset - need help. Pin
Slow Learner16-Dec-09 2:26
Slow Learner16-Dec-09 2:26 
QuestionSession Pin
Rock Star.16-Dec-09 1:00
Rock Star.16-Dec-09 1:00 
AnswerRe: Session Pin
souidi abderrahman16-Dec-09 1:11
souidi abderrahman16-Dec-09 1:11 
GeneralRe: Session Pin
Rock Star.16-Dec-09 1:15
Rock Star.16-Dec-09 1:15 
AnswerRe: Session Pin
m-khansari16-Dec-09 1:25
m-khansari16-Dec-09 1:25 
GeneralRe: Session Pin
Rock Star.16-Dec-09 1:34
Rock Star.16-Dec-09 1:34 
GeneralRe: Session Pin
m-khansari16-Dec-09 2:30
m-khansari16-Dec-09 2:30 
AnswerRe: Session Pin
Abhishek Sur16-Dec-09 1:35
professionalAbhishek Sur16-Dec-09 1:35 
Just put the ip to storage while the user logs in. Also for every request, check if the client ip is there in the server.

If the user logs in from another computer, just replace the ip with the new one.

Thus any request from the other client will be rejected as it first checks to the database value which is changed. Wink | ;)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: Session Pin
Rock Star.16-Dec-09 2:12
Rock Star.16-Dec-09 2:12 
GeneralRe: Session Pin
Abhishek Sur16-Dec-09 6:03
professionalAbhishek Sur16-Dec-09 6:03 
AnswerRe: Session Pin
DJ Matthews16-Dec-09 2:30
DJ Matthews16-Dec-09 2:30 
GeneralRe: Session Pin
Paulo Zemek16-Dec-09 9:29
Paulo Zemek16-Dec-09 9:29 
GeneralRe: Session Pin
Rock Star.17-Dec-09 3:35
Rock Star.17-Dec-09 3:35 
GeneralRe: Session Pin
Rock Star.18-Dec-09 4:47
Rock Star.18-Dec-09 4:47 
GeneralRe: Session Pin
Paulo Zemek18-Dec-09 10:11
Paulo Zemek18-Dec-09 10:11 
GeneralRe: Session Pin
Rock Star.20-Dec-09 20:41
Rock Star.20-Dec-09 20:41 
Questionsuggest word when typed on Textbox Pin
Any_India16-Dec-09 0:55
Any_India16-Dec-09 0:55 
AnswerRe: suggest word when typed on Textbox Pin
Abhijit Jana16-Dec-09 2:09
professionalAbhijit Jana16-Dec-09 2:09 
QuestionIssue with Cached user control Pin
kingshez16-Dec-09 0:54
kingshez16-Dec-09 0:54 
AnswerRe: Issue with Cached user control Pin
Abhishek Sur16-Dec-09 6:53
professionalAbhishek Sur16-Dec-09 6:53 
GeneralRe: Issue with Cached user control Pin
kingshez16-Dec-09 19:17
kingshez16-Dec-09 19:17 
QuestionASP.NET With C# Pin
sanforjackass16-Dec-09 0:02
sanforjackass16-Dec-09 0:02 
AnswerRe: ASP.NET With C# Pin
Abhijit Jana16-Dec-09 0:23
professionalAbhijit Jana16-Dec-09 0:23 
QuestionRe: ASP.NET With C# Pin
sanforjackass16-Dec-09 0:40
sanforjackass16-Dec-09 0:40 
AnswerRe: ASP.NET With C# Pin
Abhishek Sur16-Dec-09 1:31
professionalAbhishek Sur16-Dec-09 1:31 

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.