Newsletter from Database to Mail

Working in ASP.NET C# & SQL Server 2008

Hey, i'm trying to figure out how i go about this problem.

On my contact site, i want to make it possible for members to check a checkbox to sign up for a newsletter, and then they should recieve a notice that they joined the newsletter by mail, on the mail they put in the contact formular.

If that makes any sense.

I Figure i need to have the data from the contact formular send to a database. And then have their mail extracted from there.

Im rather new to C# and im kinda stuck after this,

if (CheckBox1.Checked == true) { }
else { }
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories