Security :: Create Online Attendance System?
Jul 18, 2010
I have tried using asp.net createuserwizard and login control.But i m not able to customized them according to my liking.so i created my own user registration webform and login control with the records getting stored in sql database.I dont know whether its a correct way of using asp.net..but its working.Now I am creating a online attendace system which lets user to enter username, logged in and logged out time of each day in thedatabase .The problem is that my user logins in the morning and closes the website and again logins in the evening and exitsthe website.So how to perform this task since i am using a same login form to enter both login time and logout time?Is this possible?my table has colums id,username,logintime,logout timeThe thing is I am using a login from created earlier to enter the username,logindateandtime,logoutdateandtime fields in the databasein which logintime and logouttime gets values from system.
View 33 Replies
Similar Messages:
Jan 7, 2011
http://www.eggheadcafe.com/community/aspnet/7/10057105/attendance-sheet.aspx
View 11 Replies
Sep 28, 2010
i'm trying to design an attendance register for pupils in a class for a term (3 months). I wanted to create columns for each day throughout the 3 months in the students table of the database but i feel this is too ambigous. The register will be marked either 'presence' or 'absence' everyday by the class teacher. there will be a gridview with 3 columns (ID, Name & Current date). The current date will have checkbox to mark presence or absence.
View 4 Replies
Dec 10, 2010
I have forms authentication for my application which uses aspnet_membership database. I want to further expand this to include recording the time in and time out fro keeping an attendence record of the users.
View 5 Replies
Apr 10, 2010
I am a first time user of Microsoft Visual Web Developer. I am using it to create a Store and Inventory Management System. The app has four types of users - Administrator, Sales Person, Inventory Manager, Sales Manager. I have created four roles for the above user types and created folders under the root directory accessible only to each of these four roles. Now, an Admin should be able to create or delete the other three types of users. I have created a CreateAccount.aspx page under the admin folder using ASP.net Login controls. But in order to reach that page an user has already has to be logged in as Admin, so the CreateUserWizard control is not working. Could anyone tell me how to structure my app, so that the admin is able to add or remove other user accounts?
View 6 Replies
May 24, 2010
if window based using c# .net,how can i create a window authentication when access system.
View 2 Replies
Jul 19, 2010
I am trying to create my own membership system. Therefore I created my own membershipuser class and membership provider class. But I am getting the following error on Createuser method of My membership provider class; no suitable method found to override
This is how my CreateUser method looks like:
public override MyMembershipUser CreateUser(string username, string password, string email, string status, int registerd_on, out UserCreationStatus creation_status)
[code...]
View 6 Replies
Oct 7, 2010
I have an online flight reservation system that users can reserve flight ticket,my problem is in concurrency,i have a 'remaincapacity' field in my flight table(keep flight properties) and when a user want to get a ticket i first check this field an if the value is greater than number of ticket that user requested i subtract 'remaincapacity' and after that i allow user to reserve that ,how do in control concurrency?
View 2 Replies
May 2, 2010
my project is on online multiplex ticket booking system, In my system when a user selects a movie it will show timings of the show and according to selected time on which screen movie is available is shown. So i just want to know when user selects all the details as i mentioned, according to that seats available should be shown and when user books seats that user has to type in textbox ,available seats should be deducted. how to perform all calculation from database and coding for the same.
View 1 Replies
Mar 22, 2011
Working on my first asp.net webpage. i have followed video tutorials and implemented asp.net membership for login/security.Using Visual Studio 2010 i can open the Asp.net configuration page for management locally.But then if I want my site admin to manage users/security online, how is this done? Like manage through a web browser. I guess this asp.net configuration GUI is not available on the internet?
View 4 Replies
Feb 9, 2011
We have asp.net configuration tool to manage user's permission and role for our offline website,
it is working very fine.
Now, I have uploaded my website and aspnetdb.mdf
now i want to manage users and it security and roles online.
How can i have asp.net Configuration tool
View 2 Replies
Mar 3, 2011
there will be 8 combo box
1. contain select state after slecting this state
2. contain select city for previousely selected state
3. contain cinema hall for previousely selected city
4. contain select movies option for selected city
5. conatin show date for previously selected movie
6. contain show time for previously selected date
7. contain class for previously selected show time
8. contain ticket quantity for previously slected tiket class
View 2 Replies
Dec 8, 2010
I am in need for a little advice and I hope you can guide me in the right direction.
View 3 Replies
Nov 12, 2010
I have a web site that is using windows authentication. 'Enable anonymous access' is unchecked. It works when I call it through Visual Studio but when I put the site on the server I get the following error:
Unable to cast object of type 'System.Security.Principal.GenericPrincipal' to type 'System.Web.Security.RolePrincipal'.
Here is the offending line:
System.Security.Principal.GenericPrincipal genericPrincipal = (System.Security.Principal.GenericPrincipal)HttpContext.Current.User;
View 3 Replies
Feb 8, 2011
I'm interested in knowing to create a Online Word processor similar to Google Docs and MS Office web Apps. i want to do it using MicroSoft technologies and Tools only. I'm a beginner in ASP.net and C#.net. I've planned to do its front end using TinyMCE [URL]. but how to convert the data in the browser to .doc in the server? how can i do the formatting of a .doc file in the server using .net? what are the tools available in .net to work on such kind of projects?
View 2 Replies
Dec 8, 2010
I have a new and different kind of requirement-
I have to create an online notice board. It should work like this-
Whenever user logon his/her system. There should be a window opened displaying upcoming events, news, birthdays etc. In this there can be data fromm database(sql server).
How can i get this with .net?
View 1 Replies
May 5, 2010
me how create offline and on line application.like..
I need create an app.net application.This should works with or with out internet.
Here main requirement is some user will connects to internet and get data to local system.then whey will work on offline.Finally need update server all users updates to server.
so here..
1. user will connect to internet every morning at that time we need to synchorize local database from server database.
2.next user will do some operataions like adding some records or updating some records from his local database using application.
3.Finally end of the day we need to synchronize his local database with server.
View 3 Replies
Oct 26, 2010
Im about to create a very simple online event reservation application and currently have 3 tables:
User
PK_UserID
UserName
Event
PK_EventID
EventName
EventDescription
EventStartDate
EventEndDate
SeatsAvailable
BookedEvents
ID
FK_UserID
FK_EventID
Do you have any experience of how to handle SeatsAvailable? I mean if SeatsAvailable is set to 5 and there are 5 users online and want to book event. And some user has started to fill out the form then changed his mind. Then seats in database can just leak. I was thinking about sessions - like to limit every user to 5 minutes to complete the booking but i dont really know.
View 2 Replies
Mar 8, 2011
we are trying to create an Online notification button for HTML web page, so our members can be seen when they are broacasting from there page.contact me for more info...sort of like "ON AIR NOW" switch.
View 8 Replies
Sep 21, 2010
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 Replies
May 7, 2015
How I can filter like [URL]..... which Control they use?
View 1 Replies
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
Jul 1, 2010
I had a code that creates a snapshoot of website and store the snapshoot in a specified folder.When I deployed the app into production server, it creates the image but it does not appear or stored in the specified folder, how I can fix this proble, I wan the snapshoot to be stored in the specified folder when hte app is on the production server .
Code Used to make a snapshoot is attached:
[URL]
View 2 Replies
Jun 18, 2010
I need to create online website using asp.net, i.e I m using asp.net with C# and SQL2005 to create a form where user will enter his requirements, select a template and his wenbsite will be created.
View 5 Replies
Aug 4, 2010
I am using SQL membership authentication and SQL Database for my ASP.NET Website and its using for my Organization (has multiple Branches in different cities).How I can get all user list which are recently online/Login in my system (WebSite) in my Admin Panel?
View 4 Replies