how to get the email-id of the receiver who clicks the url in the html page sent to him via e-mail from the radio button data source option
问题 I have a mailer in which i have to fill the credentials in the textbox except for the recipients to whom i am sending the mail.For choosing the recipients, i have used radio buttons to select the recipients from database or an excel sheet or a text file. SqlConnection sql = new SqlConnection(ConfigurationManager.ConnectionStrings["mystring"].ConnectionString); protected void Page_Load(object sender, EventArgs e) { getFiles(); if (!IsPostBack) { var list = getFiles(); dd1.DataSource = list;