How to Pass input data with link
Hi,
In Asp.Net , We have one functionality to send email . In that email we send the link .When user opens that link ,page should load with data based on the input passed . How do you pass input data along with the link ?... currently we are using query string ,is there any other way we can pass the input data?..
Thanks,
crm