Security :: Get List Of Users Who Are Online?

Sep 22, 2010

i am using membership classes,,, i want to fetch the list of users who are online based on a condition... the condition is that i want to fetch the users with a specified userids... eg i have 10 user's userids and i want to check which of these users are online..

View 6 Replies


Similar Messages:

Security :: Get Current Online Users List?

Jun 22, 2010

I need to know to get current online user list. How can I achieve. I am using membership concepts that is asp login control.

View 1 Replies

Security :: How To Display Users And Number Of Users Online

Oct 12, 2010

We have implemented the ASP membership and roles..and we would like to display the users currently logged in and also display the number of users online so we can display that on the page. The list of users woudl only be available to our admins. BUt the number of users will show for everyone.

View 9 Replies

Get A List Of Online Users In Mvc?

Jan 23, 2011

I have a page in my application which always shows updated list of online users. Now, to keep the list-which is stored in application object- updated, i do the below steps

add user to list when login remove user on log off Then to handle browser close/navigate away situations, I have a timestamp along with the username in the collectionAn ajax call every 90 seconds updates the timestamp.

The problem:

I need something to clean this list every 120 seconds to remove entries with old timestamps.

How do I do this within my web application? ie Call a function every 2 mins.

PS: I thought of calling a webservice every 2 mins using a scheduler , but the hosting environment do not allow any scheduling.

View 2 Replies

How To Get Current Online Users List

Jun 22, 2010

I need to know to get current online user list. How can I achieve. I am using membership concepts that is asp login control.

View 1 Replies

MVC :: List The Current Users Online (like Chat)

Jul 7, 2010

How can I get all the current users online in MVC 2 (like chat)?

Remember that MVC 2 (or v1.0) template was built-up with membership view/controller/model. That is possible using that model, I can get the online users?

View 2 Replies

C# - How To Get List Of Current Online Users Of A Facebook Application

Nov 12, 2010

I am trying to create ajax based chat for my application users; I need to get list of All currently online users of the application ..Is there a way to retrieve such a list with facebook aPI? if not how can I implement that?

View 1 Replies

Security :: Want Site Admin To Manage Users/security Online, How Is This Done

Mar 22, 2011

Working on my first asp.net webpage. i have followed video tutorials and implemented asp.net membership for login/security.Using Visual Studio 2010 i can open the Asp.net configuration page for management locally.But then if I want my site admin to manage users/security online, how is this done? Like manage through a web browser. I guess this asp.net configuration GUI is not available on the internet?

View 4 Replies

Security :: .net Configuration Tool - Want To Manage Users And It Security Online?

Feb 9, 2011

We have asp.net configuration tool to manage user's permission and role for our offline website,

it is working very fine.

Now, I have uploaded my website and aspnetdb.mdf

now i want to manage users and it security and roles online.

How can i have asp.net Configuration tool

View 2 Replies

VS 2008 - How To Know Which Users Are Online (Login Security)

Aug 5, 2011

I've got a website project and I use my own login security and save the user and other info in session variables. Is there any way to know when they are online and offline by their user name I have in a session variable? Or do I need to use another method such as the asp.net user security?

I do know with the asp.net security I can check if a user is authenticated.

View 5 Replies

Forms Data Controls :: How To Show Online Users Name List On Master Page Using Gridview

May 6, 2010

Im using Visual Web Developer 2010 , ASP.NET and VB

Im using the "ASPNETDB.MDF" database for membership and others ,

1-- i created a gridview in my masterpage
2-- Connected to to " ASPNETDB.MDF" and "asp_Users Table"
3 -- Selected all
4-- My Select the Field "UserName"

Now im trying to get the On-line Users .

Im having a problem , becouse i can't see it when i debug the page, i changed the font , background color , i havent got any erros , what i need to do ?

View 4 Replies

Security :: Grab A Users/roles List / How To Implement A User's List Into Website

Sep 16, 2010

Just wondering how to implement a user's list into website ? im using ASP.NET C#. I want to be able to:

add/delete usersadd/remove roles

View 2 Replies

Security :: Get Logged In Online User List By Global.asax?

Jan 3, 2010

i want to display current loged in username by global.asax

View 6 Replies

Security :: Getting List Of Users Under A Particular User Group Id?

Oct 23, 2010

Given a particular user group id, how can we most quickly retrieve the list of users under that user group id?

View 2 Replies

Security :: Detect The Country Name Of Users List?

Dec 11, 2010

How can I detect the country name of our users list in asp.net membership provider. In addition, the country name which can be found by IP address.

Is there any built in functionality within ASP.net membership provider? If yes then it is good and if not then how can I implement this?

View 2 Replies

Security :: Allowed Users List To Be In A Table?

Aug 4, 2010

I would like to make the "allow users" list in my web config to be pulled from a table for easier management.

[Code]....

View 1 Replies

Security :: Export List Of Users From Site Membership To Xls File

Jan 8, 2011

I have the requirement to export all my users and custom profile properties to an excell spreadsheet but i can find a way to do it. I have found several exampls of how to export the Profile information eg(

UserName
Email
PasswordQuestion
Comment
IsApproved
IsLockedOut
LastLockoutDate
CreationDate
LastLoginDate
LastActivityDate
LastPasswordChangedDate
IsOnline
ProviderName
)

but i can't see a way to export the following info for example;

<profile enabled="true" defaultProvider="AccessProfileProvider">
<providers>
<add name="AccessProfileProvider" type="AccessProviders.AccessProfileProvider" connectionStringName="ProfileAccessProvider" applicationName="MandS_2010" description="Stores and retrieves profile data from an personal Access database."/>
</providers>
<properties>
<group name="SupplierProfile">
<add name="CompanyName" type="String"/>
<add name="HoldingCompany" type="String"/>
<add name="Address" type="String"/>
<add name="Telephone" type="String"/>
<add name="Fax" type="String"/>
<add name="TypeOfSupplier" type="String"/>
<add name="DirectSupplierCode" type="String"/>
<add name="Alist" type="String"/>
<add name="otherCode" type="String"/>
</group>

View 1 Replies

Security :: Multiple Role Membership / How To Populate A Dropdown List With Users

Oct 13, 2010

I need to populate a dropdown list with users who match certain role criteria. For example, if I have the following roles: Manager, Employee, Supervisor I would like to populate the list with only the Manager and Employee roles. Some individuals have multiple roles and they should be excluded if they also have the Supervisor role as illustrated below:

Name: A , Role(s): Manager, Employee, Supervisor

Name: B, Role(s): Employee

Name: C, Role(s): Manager, Employee

The final list should only contain names B & C.

I can use Roles.GetUsersInRole("Employee") but I am not sure if this is efficient or not.

View 2 Replies

Security :: Display A List Of Registered Users Alongwith Their Profile Information And Image?

Jul 22, 2010

I have a profile page where a user can edit their name, city, image, etc.

How can I display the profile database as a list of users, their information, and their image?

As you know, the profile database is not the same as a custom database. The strings are bunched together.

View 7 Replies

Manage Users And Roles Online?

Feb 15, 2010

I'm looking to be able to manage my users and roles online. So that I don't have to re create the wheel, is there a way I can upload the asp.net configuration tool for my website?

View 4 Replies

Show Number Of Online Users?

Jun 9, 2010

what I need to know is how to show a count of how many users are signed on with a custom sql script, here is what i got that shows total users but not total online

[Code]....

Again this gives a total count but i need a total count of who is online with this setting, and try to keep it in sql statement if possible as i have not yet learned how to use stored procedures.

View 23 Replies

Checking For Online Users On A Game?

Jan 20, 2011

I need a reliable way of checking if a user is logged into a web based game. This is the scenario:

I have a game on the front end built in Flash with Actionscript 3, that calls a web Service in .NET. So in some way I'd like to create a reliable way of getting a list of users that are logged into the game. I would need to create a Timer in Actionscript that calls a method in the Web Service every certain amount of time, but I'm not sure which is the best way to do it on the server side.

I remember in the old days with classic asp I'd use global.asa and it was not reliable at all. Also, checking a database with a boolean, would always depend on the user clicking on "logout". So i guess there needs to be some kind of asyncronous coding in there somehow.

View 9 Replies

Count - Get Number Of Concurrent Users Online?

May 3, 2010

I would like to know the number of users logged into my ASP.NET 2.0 application.

Points to be considered:

1) Simplest way would be to use Application or Cache object to have the counts on Session start or end. However this would fail if there is a worker process recycle. Wouldn't it?

2) Should't make a difference whether the session is inproc/state server managed/ or SQL server managed.

3) Should preferably be seamless to a web-farm architecture.

View 3 Replies

C# - Counting Online Number Of Users Of A Web Application?

Jul 18, 2010

I am using ASP.Net + .Net 3.5 + VSTS 2008 + IIS 7.0 + C# to develop a web application. I want to count how many users are online. This is my current implementation,when Session_Start is called, I will increase # of users online by 1;when Session_End is called, I will descrease # of users online by 1.Two quesitons,A Is that implementaiton correct?B. Another question is, I think this method can not track # of users of real time, since when user closes the browser, Session_End will not be called immediately (Session_End will be deferred to be called). Correct?

View 3 Replies

Web Forms :: How To Show The Number Of Users Online

May 7, 2015

i want to know online user in my web site.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved