Hi,
i have a mail template which will be send when the user clicks send mail. Inside the mail i have some hyperlinks like
-
<asp:hyperlink id="refer" runat="server" cssclass="MERefer" target="_blank" navigateurl="/DesktopModules/SelfReporting/ExportPDF.aspx?Username=magesh?value=12345?content=test content">click here</asp:hyperlink>
-
The above said will be available in the mail template, which will have dynamic values in the username, value and content values.
if the user click the link which is in that mail, it needs to take that values in post method and pass through?
can anyone help me how to implement this function in C sharp, i am using C# based web services.
Kindly give me some idea in this,
thanks in advance
Regards,