How To Identify Whether A Person Is Online Or Not

Jun 11, 2010

I am creating a userprofile type of thing in my site i want to show all user SKYPE status whether online or offline how to do

View 1 Replies


Similar Messages:

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

How To Show A Div Tag Only If A Person Is Logged In

Jan 23, 2011

I was trying to incorporate a functionality in my ASP.NET such that a DIV tag which contains the Profile Navigation Menu should only be visible if a person is logged in. I know the condition on how to if the person is logged in or not but wanted to know the method to toggle the div tag on/off based on person's logged in status.

if(loggedin==yes)
{
//?
}

View 3 Replies

How To Put Validate Control For Person

Jul 22, 2010

i want to put validation contorl for textbox.

it should accept only characters and digits only.

View 2 Replies

C# - Get All Photos From Picasa By Person?

Dec 30, 2010

to get all photos by a persons name through the Picasa Web Albums Data API?

All examples I can find, shows how to get photos by an albumid.

View 1 Replies

Only One Person At A Time Can See Website

Aug 9, 2011

I have a web site published to a Windows 2008 R2 server running IIS 7.5. The web site accesses a SQL 2008 database on a different server. The web site is accessed from an intranet.

In global.aspx users are logged in by retrieving their Windows.Identity which is passed to a stored procedure that checks they have rights to access the system. All the people trying to access the system have rights to the system and if I run the stored procedure with their various Windows.Identities passed as the parameter - it returns that they are authorized.

I have admin rights on the web server. If I browse the site from my box it works okay. If another user who has admin rights on the server browses the site (at the same time as me - or on their own) it works okay.

If someone without admin rights to the server browses the site - and they are the only person 'on' the site - it works okay. If a second person tries to browse the site at the same time as the first person is logged in ... nothing happens. The progress bar in the browser just sits there forever. No errors etc.

So, no-one using the site ... Fred types http://server1/system1/ into his browser and the site works okay.

Jim types http://server1/system1/ into his browser and nothing happens.

Fred logs off and Jim tries the site again. Works fine for Jim this time.

View 5 Replies

ADO.NET :: How To Return DISTINCT Values Of Person.ID

Oct 31, 2010

This is my query

Dim s_Person = From Person In db.People Join ProspectStatus In db.ProspectStatus On Person.Id Equals ProspectStatus.Prospect_ID Where (Person.Organization_ID = s_Organization_ID)Select Person.

I only want to return DISTINCT values of Person.ID. Right now, it returns the same person multiple times because there are several entries in the status table.

Dim s_Person = From Person In db.People Join ProspectStatus In db.ProspectStatus

View 1 Replies

WCF / ASMX :: Share Address In LAN To Other Person

Feb 27, 2011

I wrote small wcf service. Its working fine. I have one doubt if i want to share the address in lan to other person so he can consume the service of mine he can build the application. how can he access the service in local lan.

View 1 Replies

Configuration :: Set SMTP For Person Website?

Mar 8, 2010

i am working on a personal website, so obviously it's not a company website which have exchange server or anything like that

I know how to setup SMTP but what details should i give for SMTP service ? i mean my yahoo/hotmail/gmail account will work, setting up SMTP is really important for the website i am working on to recieve and send e-mail how to do that for a personal website when there is no exchange server ?

View 4 Replies

VS 2008 - Can Login For Membership Be Used By More Than One Person?

Sep 1, 2011

I am using the asp.net membership on my website and I have a user called DemoUser for someone who has not joined and wants to try out the site. All they can do is look around and search records. Nothing more. If more than one person logs in with this username, will all of these people be counted in how many are online? Or will that username only be counted once even though 20 people might be using it?

View 3 Replies

How To Create A Function That Takes Person Full Name

Mar 3, 2011

I want to create a function that takes person full name as string and return its firstname and lastname.

View 7 Replies

AJAX :: To Ensure User Enters All Of The Person's SSN?

Feb 4, 2011

I'm working with the AJAXControlToolkit in an ASP.NET 3.5 application. I've got a textbox on the page to take the person's social security number, and I've put an masked edit extender and an masked edit validator, force the user to enter the whole SSN, but it doesn't work. I'm not sure what I'm doing wrong, or have left out. Here's the relevant code:

[Code]....

View 1 Replies

Security :: Authenticate A Person Before It Visit A Page?

Nov 9, 2010

I have a page which can only be seen by the members...no guest can Access tht page ...m using asp.net wid c# can i get an basic idea how do i redirect tht person to login page if they r not logged...and wid a condition tht if they r loggin already thn no need to show the loggin page they can directly access to the private page

View 2 Replies

Web Forms :: How To Find IP Address Of A Person Who Has Logged In

May 14, 2013

How can we find the ip address of a person who has logged in?

View 1 Replies

Web Forms :: MS SQL Database Not Works - No Result When Entering In Person's Name

Mar 24, 2010

I am a beginner with ASP.Net and I am trying to build a Web site which searches a MS SQL database for a person by name using a search form. I have decided to do this project in two steps. Step one was to develop the functionality in basic .aspx page, and then step two is to transfer the working code into the 'business starter kit' template provided with Visual Studio Express 2008. During step 1, I have created the search form, a results page, and also a detailed results page which all work exactly as desired. However, I have now been working on step 2 and trying to place the search form portion of generic page into a page created within the actual web site created using the business starter kit and this is where i am running into problems.

My search form will not work and gives me no results when I enter in a person's name. I have checked, double-checked, and qtriple checked all of the controls I am using, the database connection, the gridview settings, etc... and everything appears correct. I can create simple .aspx pages, not utilizing the masterpage.master file, and copy and paste my search from code into that and again everything works perfectly, but it does not work within my actual Web page being used for the site. Thus, this leaves me to believe the probelm has something to do with the masterpage.master page. Can someone take a look at my code and see if they see anything which may be causing my problem(s)? I have been working on this since sunrise this morning and it is getting quite frustrating that I cannot figure out what the problem is.

search.aspx page code

[Code]....

masterpage.master page code

[Code]....

results.aspx page code

[Code]....

View 6 Replies

VS 2005 - Finding IP Address Of The Person Who Is Viewing Pages

Feb 1, 2011

I want ip address of the person who is viewing my pages. I am using following code. But i am getting :::1

currently using code :-

string strHostName = System.Net.Dns.GetHostName();
string ip = System.Net.Dns.GetHostAddresses(strHostName).GetValue(0).ToString();

what is wrong or what i need to change?

View 6 Replies

State Management :: Cache An Function Individually For Each Person?

Jun 10, 2010

Can I cache an function individually for each person? Is it possible?

View 4 Replies

Security :: Display Error Page 403 When Person Types An URL?

Jul 15, 2010

I try to create a webbased application with vb 2010 and asp.net 4.

I have a main loginpage, from there users are redirected based on their roles, I have 2 subdirectories and a admin page. User are being redirect so that is not the problem, but when for example, I am on subdirectory 2 and type in the addressbar the mainpage of subdirectory 1, I am redirected to the loginpage and still being loggedin (I see the login page but also my username in the upper right corner). What suppose to happen, is when a user types an unauthorised url, they should get a 403 access denied page (because it should not be possible to go directly to an other sub folder) and return to their previous page.

In every subdirectory folder I have a web.config with authorization on allow and deny access.

View 6 Replies

ADO.NET :: Try To Move Another Person / Getting The Error Message 'Cannot Find Table 0'?

Aug 25, 2010

When the page loads I am able to click the add button and it moves the selected person from one dataset to the next. If I then try to move another person I get the error message 'Cannot find table 0'. I have changed the text to bold where the error occurs.

Here is my code

[Code]....

View 1 Replies

Social Networking :: How To Hide Facebook Like Button When Person Has Liked It

Jan 17, 2014

i am developing mvc4 webapplication in that when loading home page facebook like box shows? its working fine but already when user like that box and inĀ  browser facebook login user that like box how to hide?

View 1 Replies

Localization :: Can Edit Resx File Compiled By A Non Developer Person

May 6, 2010

I was wondering how guys did you manage this in your company or website, to let owner of the website, to update content of the website, when it's resx file compiled.What would be the best option to do that without requiring a developer intervention

View 4 Replies

Crystal Reports :: Unable To Export To HTML Format When Forwarding Email To Other Person

Apr 10, 2010

In our program, we are exporting crystal report (ExportToStream method) in html format and sendind via email body contents.

The email is showing correct format i.e same format as like format showing in crystal report viewer.

But when the user, farwarding the same email to any other person, the format is totally collapsed. All lines are moving up and text parts showing down with out proper alignment.

How to resolve this issue?

View 3 Replies

DataSource Controls :: Use The ADO.net To Retrieve The Basic Data In Details Or Grid View Of Logged In Person Using 3 - Tire Architecher

Feb 22, 2010

I try to use the ADO.net to retrive the basic data in details view or gride view of logged In person using 3-tire architecher. I don't want to use LINQ.

EmployeeBLL
EmployeeDLL

and basic information. after login user while click on the basic information page he will able to see his details only. do i need to bound the details in DLL class file if it is so giude me through sample page coding or or we can join the remote support using team viewer so you can guide me from the web also.

View 2 Replies

How To Identify References

Jan 19, 2010

I am starting a new website based on an existing one that I already have up and working. I copied the old website files into a new folder but it will not run. The error suggets that I need to add a reference. So my question is . . . how can I identify the references that are included in the original site?

View 3 Replies







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