i need an example

M

mcnewsxp

does anyone have anything similar to the following that i can use as a
sample to get up to speed?
tia - mcnewsxp

Requirement - Create a system where user will login. There will be two user
types 1 - normal user and 2-admin user

Normal user can only enter data.

Admin user has access to change data and print reports.

Host the application on the web so I can go to url and login and perform
these steps.

Step 1 - once user is logged in date is entered by the user and day is
populated automatically based on the date.
Step 2 - Then user will enter data for the particular date selected such as
user will enter food items received, and food items sold.
Step 3 - back end system will automatically calculate received - sold =
available and this available will be next days open food
Step 4 - user should be able to enter any date and change the information or
add new date and add information
Step 5 - user is able to get a report from the system for any date or dates
for the available food items and sold food items and received food items.
 
M

Mr. Arnold

mcnewsxp said:
does anyone have anything similar to the following that i can use as a
sample to get up to speed?
tia - mcnewsxp

Requirement - Create a system where user will login. There will be two
user types 1 - normal user and 2-admin user

Normal user can only enter data.

Admin user has access to change data and print reports.

Host the application on the web so I can go to url and login and perform
these steps.

And maybe 3-super admin user?

I'll get you this far. The rest of it you'll have to figure it out yourself.
:)

http://support.microsoft.com/kb/301240
 
M

mcnewsxp

cool.
thanks guys.

Nicholas Paldino said:
On top of that, the OP might want to look into using the
PrincipalPermission attribute:

http://weblogs.asp.net/scottgu/archive/2005/11/14/430598.aspx

http://www.thescripts.com/forum/thread376467.html

This way, access to different methods/pages can be differentiated on
the roles assigned on login.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Mr. Arnold said:
And maybe 3-super admin user?

I'll get you this far. The rest of it you'll have to figure it out
yourself. :)

http://support.microsoft.com/kb/301240
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top