Count User Online When Opening Website?
Nov 16, 2010count user online when opening the asp.net website.
View 4 Repliescount user online when opening the asp.net 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 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.
what should be the database schema for online account opening form with joint account holders and every participants (in a joint account) have seperate contact and personal detials.
View 1 RepliesHow to add code to know visitors count and online visitors count ?
is there a good control or code ?
I use ASP.Net, C#.Net ad SQL Server
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.
How to Create a Online Test Program using Count down?The page showing one question with 4 answer fetch from the database sql server and there will bw a countdown timer for test.
View 2 RepliesI want to show visitor count along with online users . How i do this?
View 1 Replieshow to display that the user is online(Maybe By A Green Light Image) without using Asp.Net Membership,
View 1 RepliesI am maintaining an ASP website and the users want to be able to click on a link that open up a folder where they could select which file they want from within that folder.
I tried to making a link with the tag <a href=[folderpath]>Text</a> but I can a 403 HTTP error saying that the website requires a login for this action. Is there some way that I could send the person's credentials along with the request so the folder can be opened?
It seems that the ability to do this in anyway was stopped many, many versions of IE ago.
However, I need to do it SOMEHOW.
I want to be able to select a radiobuttonlist option, click a button and the correct folder opens in explorer
Im 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.
I want to display all the user's name who is login to my websites..
So I can see them who is 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 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 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 RepliesI know this is a simple thing but i donīt how to.....
I have the website working on my pc .... but i want to get it online with the database.
Do i have to put debug to false to publish it?
I want play video file in a webpage
How to display video from client folder
In both VS 2008 and VS 2010 when we open websites using FILE > OPEN WEBSITE we get a prompt asking us if we want to convert the website to .Net 3.5 or .Net 4.0.
I know once you answer it wont ask again for that site, but it gets annoying when we have alot of websites. We cannot convert the sites because the servers they run on are too old.
Is there a way to disable this prompt permanently?