Web Forms :: Show List Of Online Members Name?

Apr 15, 2010

I'm using a global.asax and i would like to know how to show a list of users on-line and maybe who has been on-line too .

I know how to show a number of users on-line now i would like to show they names too.

View 11 Replies


Similar Messages:

Security :: Filtering Members List / Only Members Whose Name Contains The Typed Characters Will Show Up In The Gridview?

Apr 28, 2010

Our site has a page for maintenance of existing members (e.g. adding / changing roles, etc.)This page currently uses a gridview to show a complete list of all members, based on GetMembers() method to populate it.However, as the number of users has grown to several hundred, it has become difficult to locate a particular user by paging through several pages.Is there a way to narrow down this list, maybe with a filtering textbox, so that as you start typing into that textbox, only members whose name contains the typed characters will show up in the gridview?

View 8 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

Creating An Online Application Form For Members?

Apr 4, 2010

creating an online application form. As in an application forms to sign up for a course. i would like users to enter their name and email address so that it can be stored onto a database table. im using sql 2005 express edition on visual studio.

View 17 Replies

Forms Data Controls :: Show Active/inactive Staff Members?

Nov 11, 2010

I would like to know how to display active and inactive staff members in my datagrid. I would like to be able to have a default setting of the active members with a button or hyperlink saying "display inactive members" and when you click on "display active members" it will show the inactive members with the link saying "active members". There is a column in the Staff table called is_active with 1 or 0 in it.

Here is the aspx code:

[Code]....

[Code]....

View 6 Replies

Data Controls :: How To Show Members Like TreeView For MLM Websites

Oct 2, 2013

How to design tree view for mlm websites?

binary tree...

View 1 Replies

Web Forms :: Show If User Is Offline Or Online?

Jul 29, 2010

I'm making a forum.

I need to show if a user is Offline or Online.

Like this:

Where is says Online i need it to say Offline when the user if offline.

Okay, now i think i got explained what i would like to do.

How i would like this to work:

When a user logs in i want his status to change to Online.When the user press Log Out i want the status to go Offline.

When the user haven't been active for 10 minutes i want the status to change to Offline, but he is still logged in.If he clicks on something he's active again, so i want the status to go to Online again.If the user browse away from the site or close the browser/site i want it to go to Offline status again.

View 3 Replies

Web Forms :: Save And Show The Image Online?

Aug 19, 2010

I am trying to save and show the image online. i save the image like this:

[Code]....

The problem is it is not throwing any error but it is not showing the image in the Image1 either. What can be the reason for this and how to get the image ?

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

Web Forms :: How To Show Remaining Time In Online Examination

Mar 11, 2010

I m developing online examination website.

I want to show remaining time during examination without java script code.

I tried that by adding 10 minuts in starting time of examination and then continuously subtracting current time from that added time.

I m using label to show time . But it gives conversion error.

View 1 Replies

Forms Data Controls :: Can Show Multiple Columns In Drop Down List Or List Box

Jun 24, 2010

I have drop down list box that I would like to show two columns, is this possible? Or can it be done with a list box?The query correctly retrieves all of the table data to be displayed, one colum is an abbreviation, the other a bit longer description.

View 2 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

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

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

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

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

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 :: 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

Data Controls :: Display Online Visitors List And Count

May 7, 2015

I want to show visitor count along with online users . How i do this?

View 1 Replies

Developing A Simple Online DBMS To Browse Database Online?

Dec 6, 2010

I am developing a simple online DBMS to browse my database online.... the main concern for me is to clear everything from the PC when the user disconnect so no body can go and click (Back) on the browser and see the pages if the user forgot to close it.. what I have done so far is :

[Code]....

I am sure this is not enough.. am I right? so what else I should include there?

View 13 Replies

Architecture :: Using GMT Time(Online) In Online Exam Website

Feb 25, 2010

I want to create a Online Exam site in ASP.NET .In that i want to display Test based on the Date and time and the user can take the test at the time set my the Teacher.

For Example:

Teacher want to take C Test for the Mid Semester Test and the test is schedule on 1 May 2010,then the test should appear on the test page on the 1st may only and the user should be able to take the test on the set time.

The problem is that if i use System time then user can change the system time and can take the test schedule in future.

So i want to know how can implement this thing.I have given many online test but dont know how they work out the time and date logic.

View 2 Replies

Active Directory/LDAP :: How To List The Members Of A Active Directory Group

Mar 25, 2010

how to get the member of property of a active directory group?

I am using .NET 2 framework and c# laungauge.

View 2 Replies

Web Forms :: Show All The Modals In The 2nd Dropdown List

Jun 20, 2010

If got 2 dropdownlist say the user selects "toyota" in Dropdown list then it should show all the modals in the 2nd dropdown list what if tried is this ( i dont know why this aint working)

[Code]....

View 6 Replies

Web Forms :: List View To Show Images Dynamically

Feb 15, 2010

I am working on List View to show Images dynamically. But my image folder is out side my Application folder(means on other drive or in same drive but not included in project ). Now if folder is inside project I know how to give Path , but outside Project it gives me problem in showing images.How to do that.in aspx

<asp:Image ID="ImgPic" runat="server" AlternateText='<%# Eval("CRGIMG_CARGO_IMAGE_PATH") %>'

View 6 Replies







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