473,387 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

i need an example

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.
Jun 9 '07 #1
3 1601

"mcnewsxp" <mc******@mindspring.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
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

Jun 9 '07 #2
On top of that, the OP might want to look into using the
PrincipalPermission attribute:

http://weblogs.asp.net/scottgu/archi...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]
- mv*@spam.guard.caspershouse.com

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>
"mcnewsxp" <mc******@mindspring.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>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
Jun 9 '07 #3
cool.
thanks guys.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote in
message news:8E**********************************@microsof t.com...
On top of that, the OP might want to look into using the
PrincipalPermission attribute:

http://weblogs.asp.net/scottgu/archi...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]
- mv*@spam.guard.caspershouse.com

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>>
"mcnewsxp" <mc******@mindspring.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>>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

Jun 9 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Robert Maas, see http://tinyurl.com/uh3t | last post by:
System login message says PHP is available, so I tried this: http://www.rawbw.com/~rem/HelloPlus/h.php It doesn't work at all. Browser just shows the source. What am I doing wrong?
21
by: Chris Reedy | last post by:
For everyone - Apologies for the length of this message. If you don't want to look at the long example, you can skip to the end of the message. And for the Python gurus among you, if you can...
4
by: Nikhil Patel | last post by:
Hi all, I am a VB6 programmer and learning C#. I am currently reading a chapter on types. I have question regarding enums. Why do we need to convert enum members to the value that they represent?...
16
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client...
8
by: skumar434 | last post by:
i need to store the data from a data base in to structure .............the problem is like this ....suppose there is a data base which stores the sequence no and item type etc ...but i need only...
5
by: Y2J | last post by:
I am working through this book on C++ programming, the author is speaking of using linked lists. He gave and example which I found confusing to say the least. So I rewrote the example in a way that...
25
by: Jon Slaughter | last post by:
I have some code that loads up some php/html files and does a few things to them and ultimately returns an html file with some php code in it. I then pass that file onto the user by using echo. Of...
15
by: Jess | last post by:
Hello, Sometimes declarations are all what we need when we define/declare classes (or functions?), but sometimes we need definitions. I learned that if we define a class (B) that has an object...
1
by: javabeginner123 | last post by:
i have a java prob, and i have to solve it fast, but i'm just getting to know it, so plz help me solve it with full code completed, thanks so much. the prob is to create a monter fight and there is...
6
by: Cralis | last post by:
Hi guys, Someone once said, 'You can do that with reflection'. I can't recall what it was I was trying to do at the time, but then he said, 'Any developer knows what reflection is...'. I kept...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.