How To Trace A User's Location

Nov 3, 2010

currently I am working on an activities management system, in this application I want to give facility to show the visitor location of this site. I am using c# and asp.net so how we should start implementation

View 3 Replies


Similar Messages:

Web Forms :: Trace Location Of Mobile Number?

Nov 26, 2013

In my project i want to send acknowledge message on mobile after completion of perticular work that i have done.now i want to trace mobile's area and some few information and zone .

View 1 Replies

Social Networking :: Trace Customer Name And Location Using Mobile Number

May 7, 2015

How to trace customer name and  customer location (state and city) by mobile number using asp.net.

View 1 Replies

Social Networking :: Draw (Plot) Route Between User Location And Specified Location On Google Maps V3

May 7, 2015

Following is my code when user enters hospital name and city, he will be navigated to this page to show location on map. Now I want to get user current location and draw the route between current location and destination. Is there any way to integrate to geocoding and geolocation?  

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style>
html, body, #map-canvas

[Code] ....

View 1 Replies

Configuration :: Cannot Add Trace Trace.Listeners.Add

Feb 2, 2011

I am trying to redirect my trace output to a text file.

For this I tried to add a textwritertracelistener object to Trace.Listeners.Add but I can't see Listeners Class in Trace.ie When I put Trace. the Listeners class is not popup. Also I am unable to add System.Diagnostics.TraceListener namespace to the page.

My code is as given below ..

[Code]....

View 1 Replies

C# - How To Get User Location Using User IP Address

Aug 5, 2010

Possible Duplicate:

How to get visitor location ( country, state and city ) using ASP.NET

How get user location using user IP address using asp.net?

View 1 Replies

C# - Get User Location By IP Address?

Dec 1, 2010

I have site ( ASP.NET, C# ) and I need to automatic show start page based on user location. Can I get name of user city if I have IP address of user ?

View 5 Replies

How To Find The User Location Country

Dec 16, 2010

how should i find the user country when the open the website ?

View 2 Replies

Visual Studio 2008 - How To Log Off The User From The Initial Location

Sep 26, 2010

I am creating a web site in visual studio 2008.

I want to allow the current user to log in but log off any other person logged in under the same username as the current user. (just like like Y!M does when you log in from a different location: It signs you out from the initial location) For managing log in and sign up i am using visual studio createuserwizard and log in cotrol.

View 2 Replies

Security :: How To Restrict User To Login From Multiple Location

Jun 22, 2010

Can anyone explain how to make unique login in asp.net

<b>Problem:</b> If user is logged at a client machine and tries to login from other client machine at the same time, then he should be prompted that "You are already logged in, Do you want to continue?" on continue user should be logged out from other machine and logged in to current machine.

View 3 Replies

Security :: Accessing Shared Location With Authenticated User?

Jul 12, 2010

I have develop an ASP.NET website and I want store some uploaded files in a shared location in some different server. On that server one user has the access.

how it is possible to get the access of the shared location on the server with my Web site?

View 1 Replies

Architecture :: How To Save The Current Location Of Each Logged-in User

Jan 26, 2010

Let me tell you what I need to implement on my company .NET application and I will be more than glad to hear your advise how to do it:

For every user loged-in to the company website, We want to know on which page he is right now. It means, If user X is now on page "1.html", I need to save this information somewhere. If user X after 30-60 seconds going to page "2.html" I want to update it fast where he is now surfing. It means I want to be able to tell at REAL TIME, on each page, Which users are right now observing the page. This is the problem, now I'm looking for the right solution.

If some day my company website will have 400,000 user log-in at the same time, I am going to save to every one of them where he is surfing right now. Maybe I exaggerated, but we do have 45,000 users at the same time on the company web site and the number is growing. I think big so the solution for this problem will be good for a lot of users.

So, my data object for every user should keep this information somewhere:

1. User code (User Number).
2. Which page user is now observing (Page Number).

This object is going to update every 30-60 seconds by using AJAX, so it should be updated fast. It is a lot of reading/writing data. If a user want to see which other users are now on the same page as he his, he will be able to see it, just by going through the whole array of objects.

I don't need this information to be saved in DB, because it doesn't mean anything. It is temporary and changing A LOT. So, I think the right place to do it is using RAM at the the company server, using the Caching Data option. What do you think? Am I wrong?

If I am going to have a data table with lots of records and every record is going to be update every 30-60 seconds. Where should I save all this table data? I am using SQL Server 2008 to save important data as needed, but this data is not important to save, just need to use it for my purpose. Where should I save this data? I think saving it in DB is a bad idea, because of the dynamic update of records every few seconds. I am thinking about 100,000 users who update this table every few seconds. It probably going to kill my DB, so DB is not an option.

What is the right way to implement this kind of thing?

You may think of it like every page is "a chat room" and I want to know who enter now the room (the page), it doesn't have to be completely accurate in time, but approximately.

View 7 Replies

C# - How To Render User Control Children At A Specific Location

Jan 7, 2010

I have a very simplistic user control that looks like this:

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="wfWindow.ascx.cs" Inherits="webfanatix.co.za.wfWindow" %>
<div>Just a test...[x]</div>

with this code behind:

[ParseChildren(false)]
[PersistChildren(true)]
public partial class wfWindow : System.Web.UI.UserControl
{
protected override void Render(HtmlTextWriter writer)
{
RenderChildren(writer);
}
}

And the usage thereof looks like this:

<wf:wfWindow runat="server">This content should go where [x] is.</wf:wfWindow>

I'm no ASP.NET pro, so how do I get the content to render exactly where the [x] appears in my user control?

RenderChildren is rendering my content, but it is only appended to the end of the UserControl output. I need it to go and sit right where [x] marks the spot.

View 2 Replies

Social Networking :: Get Distance From Current Location To Destination Location Google Map

Mar 26, 2016

URL....This link shows a demo that let user to put origin and destination then get direction. I want to know how to add a option which is let user to use their current location as origin location (Location from).

View 1 Replies

Forms Data Controls :: Want To Have Hyperlink Or Button In The Links Location In The Transcript Location Fields

Apr 7, 2010

I have a table in my database, in which a certain field holds the locations of text or doc files (the files are of a transcript for a chat session).

In the Gridview right now i able to show the link locations. But i want to have Hyperlink or Button in the links location in the Transcript Location fields.And on the click of which the txt or doc file opens up in notepad or microsoft word.

View 2 Replies

Web Forms :: Download A File On SQL Server And Prompt User For Location?

Nov 24, 2010

Does anyone know how this is possible? I can retrieve the file, but I cannot figure out or find anywhere online how to prompt the user where he/she wants to download the file to.

View 2 Replies

Can Write A Text File On The Location Specified By The User Published Application

Feb 2, 2010

I want to create an asp.net application which allow user to specify text file path and create a text file on the specified location by doing some processing from the sql server database.for specifying path of the txt file i am using setting

.xmlsetting.xml
<TextFilePath> "D:Text" <TextFilePath> //as specified by the user.

The code is working fine if it is not published Once the application is uploaded on the server(published) and run under the virtual directory.

View 3 Replies

AJAX :: Keeping The User In Appropriate Form Location - Setting Focus?

Feb 1, 2011

I used Ajax collapsible extenders (1 to 9) with formviews in each of them on a web form.

They are all collapsed by default. If the user enters data in collapsible 5 formview and submits data, the page refreshes back to the top of the page (where the collapsible 1 is positioned). I would like the focus to stay in the region the user is working (even after insert/submit operations). How can I do this.

View 4 Replies

Web Forms :: User Can Download Files From Database Instead Of Physical Location On The Web Server?

May 3, 2010

we have some files in our web app which saved in database.

how user can download files from our web site which exists in database (and not physically saved) ?

View 3 Replies

User Controls :: Programmatically Add Update Dynamic Roles In Location Tag Of Web Config

May 7, 2015

I want to add a new rule in my web.config file programmatically,

ex: I have a textbox to add location path I have a combobox (with items admin and user) to add roles. ex: user input location path = textbox roles = combobox (items admin and user) the save button, when click the save button the results go to the web config :

<location path="Report/ManageReport.aspx">
<system.web>
<authorization>
<allow roles="ADMIN" />
<deny users="*" />
</authorization>
</system.web>
</location>

So far my code as below: but I was confused to apply its

protected void AddRoleRule(string location, string selectedrole)
{
Configuration config = WebConfigurationManager.OpenWebConfiguration(Server.MapPath("~/Web.config"));
XmlDocument xDoc = new XmlDocument();
xDoc.Load(config.FilePath);
//if the rule exists update the rule

[Code] .....

View 1 Replies

User Controls :: How To Browse Folder Using Browser Button From Any Location On Server

Apr 17, 2012

i'm creating a asp.net web application in which i need to select source file using browse button to select the Source location from where the files has to be copied from and destination file using browse button to select the destination location where the files has to be copied to .So pls tell me what should be the code for browse button to browse a folder for source and destination and copy the source folder files to destination folder(i want to copy only text and excel files from source to destination folder) and i want user to see the progress how files are copying from source to destination and error also if there is any error in copying.

View 1 Replies

What Does Stack Trace Indicate

Nov 29, 2010

I have the following code:

[Code]....

I am getting the following error:

System.NullReferenceException
Object reference not set to an instance of an object.
at ChooseTime_aspx.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

View 4 Replies

How To Trace Code Execution In C#

Jan 28, 2010

how can I trace code execution of my C# application? Are there any tools available. I have an issue in my production site.

View 7 Replies

MVC :: How To Know The Error Cause Using The Stack Trace In .net Mvc

Sep 15, 2010

[Code]....

And the stack trace is as follows[Code]....I am not able to get what is the problem here?

View 3 Replies

How To Enable Trace Functionality

Feb 1, 2010

I want to enable trace functionality. It works perfectly fine on the default.aspx.cs pages that have

using System.Web; on it. But whenever I try to use inside my custom namespace (in a class) it's not available. So I figured i would add

"using System.Web;" on that page as well. So Now, I have TraceContext popping up but I dont' see Trace.Write() method. i want to have trace.write() available on other pages. isn't that the reason for including a reference "using System.Web;"??

View 3 Replies







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