How To Fetch Visitor Name Who Is Online In Website
Feb 1, 2014I want to display all the user's name who is login to my websites..
So I can see them who is online.
I want to display all the user's name who is login to my websites..
So I can see them who is online.
i am working in a web application that should allow online payment to its visitor, and how to implement online payments in a asp.net web application.
View 1 RepliesI 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.
I'm facing with an old problem that it made me confuse very much. So I need your advice to make sure that I've been using the right way. My demand is to count the number of visitor in my website, so I've coded in Global.asax file:
[Code]....
Then, I used variable Application["SiteHitCounter"] and Application[CurrentUsers"] in another C# behind code file to show them on web page.The problem I'm facing is that the website can't show right total visitor number as in my database when I publish it to shared host.
I have an ASP.net/VB.net website, and I currently capture the visitor's IP address with the following code:
IPAddr = Page.Request.ServerVariables("HTTP_X_FORWARDED_FOR").
Does anyone know the corresponding code that can capture (1) the visitor's name (ID) and (2) location?
Note: I am trying to capture the true information from the visitor's computer, not false (proxy) information. As an example, the code:
"Page.Request.ServerVariables("REMOTE_ADDR")" produces a false (proxy) IP address.
I need to implement the website visitor count Usercontrol.
View 3 Replieshow to calculate the time the visitor has been on the website?
View 3 RepliesI would like to develop a web application in which I can track the details(IP address...etc) of my website visitors....using vb
to implement the above web application
I know google analytics can do it,but i need to store each user data on my own database - for various advanced reasons and want to manipulate it. Here are my series of questions
1)How do i calculate time (when the visitor visits the website the timer should start....and when the visitor closes the page on my ASP.NEt Website timer should stop...so collecting his timespan to visit the website(when the visitor closes the page how should i make timer stop....and make an entry of his visit into the database....tricky...but i know there is a way out but how???).
2) I neede to know from which country the user came from...I know to collect the IP address but how could we find out which country the user came from..???
3)the next thing i need to know is..I want to display reports on my ASP.NEt Website of all visitor information,country,date time he visited and which technology i can use...crystal reports will be fine for me...or should any other.
4) i need to make it look like google analytics and make it super fast ...so my website visitors shouldnt wait too long..
how could i know the count for my website visitors/ Countries? how can i know the ip for my website visitor?
View 3 RepliesI want design a page where the end user enters information on my page and related information is fetched from the another website on my web page.
For example: Capturing City and state name from USPS.com
End user Task : Enter zipcode and click button 'Fetch'
My page perform few task
1. opens usps site backend
2. Enters the zipcode
3. Captures city name and state as temporary value from the usps
4. Displays the same in labels present in my home page.
My code:
protected void Page_Load(object sender, EventArgs e)
{
String userHost = Request.UserHostName
}
This is fetching the IP address alright, but now I want to know the country of the visitor and USE that country name to redirect the visitor to some webpage accordingly.
I came across this library but have no clue how to use it in the project. Actually I do, but I am not sure so I am asking.
http://ipaddressextensions.codeplex.com/
When I download from the above the ZIP folder has a DLL file and an XML file. Now, what do I do with these two? Like include in the project. Then what do I type in the code file?
Something like the following.
if (countryName=="France")
{
response.redirect("www.mysite.fr") [code]....
How do I go about it? Also do I really need to type SO many if blocks for ALL the countries. How do I shorten this code?
Is it possible to have a webapp/webservice to fetch data from my pc?? Can anyone give me an idea if it is possible....
View 1 RepliesIm trying to put a Asp.net web site online with ISS the web site is published but i dont know where to go from here.
View 2 RepliesMy question is the same as my subject: how to put asp.net website with sql server database online.
I've never done this on my own before so can anyone explain it?
Where can i put it online and so on..
bob3s
i need to play audio online in asp.net website
My requirement is
users will be able to browser the audio file using file upload control and two button will be displayed 'Play' and 'Stop'.
site should have the capability to play audio file in any format.
what is the best and cheapest way to add Payment online in my website using c# asp.net 2008.s it possible to make the user not to leave my web site, so I make sure transaction approval has been captured and saved in the database for future references.
View 1 RepliesI have a developed a new website for online document management. I have setup everything on the local network and the site is available on localhost. What I want to do is to make it available on internet. Its my first web project and configuring IIS and resolving database problems after publishing was real headache for me apart from development work (thats another long story). But i have made it up to here (with the help of a lot of people in this forum) and now there is one more step.
How to make a web server live?
I am using asp .net 3.5. The server is in my home (windows xp, IIS 6, microsoft sql server 2005, 10MB bandwidth for internet connection).
I dont want to buy a domain because the website is not commercial. Its just me and my friend who will be using the website and we dont mind putting in ip address. Also, do I have to get a static ip from my ISP?
I have never put a website online before so I want to know a few things.
I understand that you must buy a domain name like 'www.example.co.uk' to get to your site.
1) If I bought a domain name from www.123-reg.co.uk and used their hosting package, how would I get it online. I have already completed my website. Can I still put it on?
2) On their website, it says that you need to buy databases (I think) and add them to the hosting package? I have already got databases in use on my website. What does this mean?
3) Could you in brief sum up the steps of outting a website online.
How can i pulish my website online tell me the procedure ,steps?
View 1 RepliesI want to make my own website for online logo creation. I have see many websites for this.But i do not know how can i make logo creator online. can you please help and give me guidence how can i create online logo creation website.
View 4 RepliesI need to show the number of online visitors and all visitors in my website. I use below code in global.asax file. But I thinks it is not a right way because I have seen false result for online visitors in my website.
Codes:
void Session_Start(object sender, EventArgs e)
{
Application.Lock();
Application["OnlineUsers"] = (int)Application["OnlineUsers"] + 1;
Application.UnLock();
System.Data.SqlClient.SqlConnection cn = new
[Code]....
i need to play audio online in asp.net websiteMy requirement isusers will be able to browser the audio file using file upload control and two button will be displayed 'Play' and 'Stop'.site should have the capability to play audio file in any format.
View 3 Repliescount user online when opening the asp.net website.
View 4 Replieshave situation like I have a two web sites maintaining separately, the user register in website1 and order something. I need to process this payment through second website.(Note: both the website are in different servers and maintained separately.)What is the best approach we can follow here?Can we use web services concept here? (like writing a webservice in website 2 and calling it from website1)
View 1 Replies