Hi,
I have a Windows Application in
Vb.net 2005 and Sql Server, in one of the module user will be sending an email request to his supervisor, to approve the quantity.
In Current System:
User Sent email request to supervisor-> Supervisor logs-in to the application then approve the request. (Table have field called "YesNo", if the supervisor click approve, table update with string "Yes").
I would like to:
When user sent email to supervisor-> The email should contain Approve Or Reject Button or link when supervisor click one of the link it should update the table with string "Yes" OR "No"
Can some one help me. Please.