Author: ASP__DEVELOPER | Posted on: 10/22/2009 9:05:44 AM | Views : 927

i would like to create a page on which i would like to create a textbody as body of the e-mail and a SEND button (on click of that button an e-mail will be send to all the current aspnet_Users on my website)
on that same page below that textbox i would like to display a gridview also that shows all the users of my website, that gridview should show: username, e-mail address and member since
and each row of the gridview should have a check box also so that if i dont want to send newsletters to all users i can select specific users and as the same time there should be a checkbox will select all option so that i can select all also to select all the rows of the gridview to send e-mail/newsletter to all users
and above that gridview as i mentioned a textbox and a submit button
Take the example of the aspnet database in which i would like to send e-mail to all the aspnet_Users...Please provide me the whole code ,,


...

Go to the complete details ...