C# ASP.NET Project Idea

Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Nov 2007
Posts: 53
Reputation: dotNetDummi is an unknown quantity at this point 
Solved Threads: 0
dotNetDummi's Avatar
dotNetDummi dotNetDummi is offline Offline
Junior Poster in Training

C# ASP.NET Project Idea

 
0
  #1
Nov 6th, 2007
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 645
Reputation: binoj_daniel is an unknown quantity at this point 
Solved Threads: 17
binoj_daniel's Avatar
binoj_daniel binoj_daniel is offline Offline
DaniWeb Expert

Re: C# ASP.NET Project Idea

 
0
  #2
Nov 8th, 2007
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.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 53
Reputation: dotNetDummi is an unknown quantity at this point 
Solved Threads: 0
dotNetDummi's Avatar
dotNetDummi dotNetDummi is offline Offline
Junior Poster in Training

Re: C# ASP.NET Project Idea

 
0
  #3
Nov 8th, 2007
Thank you verr much.
I'm stuck for days and I love this idea!
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 645
Reputation: binoj_daniel is an unknown quantity at this point 
Solved Threads: 17
binoj_daniel's Avatar
binoj_daniel binoj_daniel is offline Offline
DaniWeb Expert

Re: C# ASP.NET Project Idea

 
0
  #4
Nov 9th, 2007
Let me know if you need some help we can work out something.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 53
Reputation: dotNetDummi is an unknown quantity at this point 
Solved Threads: 0
dotNetDummi's Avatar
dotNetDummi dotNetDummi is offline Offline
Junior Poster in Training

Re: C# ASP.NET Project Idea

 
0
  #5
Nov 11th, 2007
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. =)
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,826
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 117
ithelp's Avatar
ithelp ithelp is offline Offline
Posting Virtuoso

Re: C# ASP.NET Project Idea

 
0
  #6
Nov 12th, 2007
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.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 53
Reputation: dotNetDummi is an unknown quantity at this point 
Solved Threads: 0
dotNetDummi's Avatar
dotNetDummi dotNetDummi is offline Offline
Junior Poster in Training

Re: C# ASP.NET Project Idea

 
0
  #7
Nov 12th, 2007
Hi, thanks for your reply, just to clarify something..

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

ver_code (v_code, apid)

am I right?
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 645
Reputation: binoj_daniel is an unknown quantity at this point 
Solved Threads: 17
binoj_daniel's Avatar
binoj_daniel binoj_daniel is offline Offline
DaniWeb Expert

Re: C# ASP.NET Project Idea

 
0
  #8
Nov 12th, 2007
Originally Posted by dotNetDummi View Post
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
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 53
Reputation: dotNetDummi is an unknown quantity at this point 
Solved Threads: 0
dotNetDummi's Avatar
dotNetDummi dotNetDummi is offline Offline
Junior Poster in Training

Re: C# ASP.NET Project Idea

 
0
  #9
Nov 13th, 2007
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?
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 645
Reputation: binoj_daniel is an unknown quantity at this point 
Solved Threads: 17
binoj_daniel's Avatar
binoj_daniel binoj_daniel is offline Offline
DaniWeb Expert

Re: C# ASP.NET Project Idea

 
0
  #10
Nov 13th, 2007
Originally Posted by dotNetDummi View Post
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.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC