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

ASP.NET

 
GeneralRe: how can I correct my code? Pin
strawberrysh4-Sep-08 22:20
strawberrysh4-Sep-08 22:20 
GeneralRe: how can I correct my code? Pin
Blue_Boy4-Sep-08 22:30
Blue_Boy4-Sep-08 22:30 
Questionhow design without programming Pin
raquidd224-Sep-08 5:19
raquidd224-Sep-08 5:19 
AnswerRe: how design without programming Pin
raquidd224-Sep-08 11:49
raquidd224-Sep-08 11:49 
AnswerRe: how design without programming Pin
J4amieC4-Sep-08 22:22
J4amieC4-Sep-08 22:22 
Questioncalling a remote/localhost webservice from asp.net application Pin
Member 7816104-Sep-08 4:40
Member 7816104-Sep-08 4:40 
QuestionHow to restrict multiple logon to an application? Pin
surender9394-Sep-08 3:56
surender9394-Sep-08 3:56 
AnswerRe: How to restrict multiple logon to an application? Pin
John Ad4-Sep-08 4:18
John Ad4-Sep-08 4:18 
Hi,

Add the login userID's to a "loggedin" database table,
and check whether the current userID used to login
exists in the table.

For that to work, however, you need to insure that users
are recorded as logged out when they exit the application.

You can do that by checking if their sessions have expired,
and deleting the userID record from the table.

Linking the SessionID to the userID should be enough.

I hope this would be helpful.

John Adams
ComponentOne LLC.
www.componentone.com

Questionhow to insert more than one value from checkboxlist in a form Pin
avineshkumar4-Sep-08 3:40
avineshkumar4-Sep-08 3:40 
QuestionHow can i include youtube videos in my web application Pin
reogeo20084-Sep-08 3:23
reogeo20084-Sep-08 3:23 
AnswerRe: How can i include youtube videos in my web application Pin
Manas Bhardwaj4-Sep-08 3:29
professionalManas Bhardwaj4-Sep-08 3:29 
Questionreply Pin
reminston4-Sep-08 3:07
reminston4-Sep-08 3:07 
JokeRe: reply Pin
Manas Bhardwaj4-Sep-08 3:20
professionalManas Bhardwaj4-Sep-08 3:20 
Questioni need of simple coding for asp.net using visual basic Pin
reminston4-Sep-08 3:05
reminston4-Sep-08 3:05 
AnswerRe: i need of simple coding for asp.net using visual basic Pin
Manas Bhardwaj4-Sep-08 3:22
professionalManas Bhardwaj4-Sep-08 3:22 
AnswerRe: i need of simple coding for asp.net using visual basic Pin
Kevin McFarlane4-Sep-08 3:46
Kevin McFarlane4-Sep-08 3:46 
AnswerRe: i need of simple coding for asp.net using visual basic Pin
eyeseetee4-Sep-08 3:50
eyeseetee4-Sep-08 3:50 
QuestionVisual Studio .NET Command Prompt ????????????? Pin
Karan_TN4-Sep-08 2:47
Karan_TN4-Sep-08 2:47 
AnswerRe: Visual Studio .NET Command Prompt ????????????? Pin
Deepak the Cool4-Sep-08 3:32
Deepak the Cool4-Sep-08 3:32 
GeneralRe: Visual Studio .NET Command Prompt ????????????? Pin
Karan_TN4-Sep-08 20:03
Karan_TN4-Sep-08 20:03 
QuestionForm Submit not functioning Pin
omlac4-Sep-08 2:42
omlac4-Sep-08 2:42 
AnswerRe: Form Submit not functioning Pin
Abhijit Jana4-Sep-08 3:43
professionalAbhijit Jana4-Sep-08 3:43 
GeneralRe: Form Submit not functioning Pin
omlac4-Sep-08 3:56
omlac4-Sep-08 3:56 
GeneralRe: Form Submit not functioning Pin
omlac4-Sep-08 4:05
omlac4-Sep-08 4:05 
GeneralRe: Form Submit not functioning Pin
omlac4-Sep-08 4:23
omlac4-Sep-08 4:23 

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.