Click here to Skip to main content
15,909,645 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi ,

I am working in a Customer Contract management Tool . Where a outlook mail is generated by the
Sql Server Agent if a contract expires . The mail must contains a link . If the User
Click on the link , a new page will be popped up with customer master data with contract tenure.

Can you please suggest how do i implement the scenario of clicking the link on outlook mail and
fetch data from Sql Server 2008 .

Regards ,
Mehedi MAsud.
Posted

1 solution

It does not matter from where the click originated - so Outlook is irrelevant. The target page is the one that have to be able to communicate with SQL (maybe according to some parameters form the original link).
For that you have an immense amount of resources on the web - start searching Google...
asp.net access database[^]
 
Share this answer
 

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