Click here to Skip to main content
16,016,605 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all

I am trying to come up with some code that will allow an database update from a link sent in an email. But without opening a browser to do it. Simply put

Get an email, Read it if you agree click the link or button and the database gets updated directly but not via a webpage.

can this be done?

Thanks
Posted

AJAX + WCF is the best option to work with it. Take a look at Channel 9 WCF: Developing RESTful Services[^] lovely presentation.

I hope this will help you as good start point.
 
Share this answer
 
Comments
[no name] 20-May-11 22:03pm    
What does AJAX have to do with it? The link is in an email.
Wonde Tadesse 20-May-11 22:10pm    
The OP asks either a link or button. How you will do it with out AJAX.Can you explain to me ?
[no name] 20-May-11 22:36pm    
By using the URL to the web service.

Can you explain how you will use AJAX in a HTML email within an email client?
Wonde Tadesse 22-May-11 16:08pm    
No need AJAX. Only WCF or Web service is enough.
It can be done via a web service or RESTful implementation.
 
Share this answer
 
Comments
CS2011 20-May-11 23:19pm    
Correct answer.Why someone will downvote this. my 5+
[no name] 22-May-11 16:26pm    
It was down voted by a small minded tit-for-tat personality. See below
Wonde Tadesse 27-May-11 12:02pm    
Mark. I didn't down voted your answer. :(
Wonde Tadesse 22-May-11 16:07pm    
My 5:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900