943,737 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Marked Solved
  • Views: 6452
  • C# RSS
You are currently viewing page 1 of this multi-page discussion thread
Nov 6th, 2007
0

C# ASP.NET Project Idea

Expand Post »
Hi all,
(I apologise if this thread is out-of-topic)
I need some ideas for my project.

I have to develop a web application for some users to approve some documents.
The problem I have is that I can't give these people a login account (due to my project requirement).

I have to send email(with the link to each particular form) to these people. Each webpage has more than 5 names.
I don't know how to identify the individuals and only allow them to approve against their names only.

Does anyone has any suggestions? Please help.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
dotNetDummi is offline Offline
53 posts
since Nov 2007
Nov 8th, 2007
0

Re: C# ASP.NET Project Idea

Send a verification code in the link which will identify them provide you maintain a record of all verification codes, once it is clicked it cannot used by anyone. You might have to maintain a table with some basic user info to whom you are emailing the form for approval.
Reputation Points: 25
Solved Threads: 18
Practically a Master Poster
binoj_daniel is offline Offline
645 posts
since Dec 2006
Nov 8th, 2007
0

Re: C# ASP.NET Project Idea

Thank you verr much.
I'm stuck for days and I love this idea!
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
dotNetDummi is offline Offline
53 posts
since Nov 2007
Nov 9th, 2007
0

Re: C# ASP.NET Project Idea

Let me know if you need some help we can work out something.
Reputation Points: 25
Solved Threads: 18
Practically a Master Poster
binoj_daniel is offline Offline
645 posts
since Dec 2006
Nov 11th, 2007
0

Re: C# ASP.NET Project Idea

Thanks !!
Honestly, I know nothing about verficiation code.
I've googled on it and found some code regarding generating of verification code.

May I ask if I am correct like this?

My database table
user(userId, name, email)
project(projectId, userId, status, reason, v_code)

*status = approved/rejected.

My problem now is I don't know how to generate the URL (with the v_code) in the email.

Next, how can I "disable" the link after the user has approve/reject the documents?

By the way, I'm building a web app in a Intranet environment.

Thanks for your help. =)
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
dotNetDummi is offline Offline
53 posts
since Nov 2007
Nov 12th, 2007
0

Re: C# ASP.NET Project Idea

Do not append it in the url, rather direct them to a verification page which has a text box, where user would have to copy and paste the verification code from email.
Reputation Points: 769
Solved Threads: 128
Banned
ithelp is offline Offline
1,910 posts
since May 2006
Nov 12th, 2007
0

Re: C# ASP.NET Project Idea

Hi, thanks for your reply, just to clarify something..

approvalParties (APId, projectId, name, designation, email, watcherEmail)

ver_code (v_code, apid)

am I right?
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
dotNetDummi is offline Offline
53 posts
since Nov 2007
Nov 12th, 2007
0

Re: C# ASP.NET Project Idea

Hi, thanks for your reply, just to clarify something..

approvalParties (APId, projectId, name, designation, email, watcherEmail)

ver_code (v_code, apid)

am I right?
You said this requests can goto only designated people. So is anyone allocated to a particlar project? Can the same request goto multiple people? If then you might have to add user_id in ver_code
Reputation Points: 25
Solved Threads: 18
Practically a Master Poster
binoj_daniel is offline Offline
645 posts
since Dec 2006
Nov 13th, 2007
0

Re: C# ASP.NET Project Idea

yeah. But these people don't have a userid , so i actually gave them an id in the table approvalParties.

Erm, then I can use the apid to identify them, am i right to say so?
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
dotNetDummi is offline Offline
53 posts
since Nov 2007
Nov 13th, 2007
0

Re: C# ASP.NET Project Idea

yeah. But these people don't have a userid , so i actually gave them an id in the table approvalParties.

Erm, then I can use the apid to identify them, am i right to say so?
Yes, if app id is only for one user then you can.
Reputation Points: 25
Solved Threads: 18
Practically a Master Poster
binoj_daniel is offline Offline
645 posts
since Dec 2006

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: i have a project in my hand please help me to complete that project
Next Thread in C# Forum Timeline: Drawing circles and connecting them





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC