Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi everyone
i have a winform that has two forms one of them stores student details to a database and another form retreive the information from the table by the use of a datagridview.now i want the user to be able to send the information of a student via email. Please someone help,code example with comment wil be very helpful. Thanks everyone in advance
Posted
Updated 19-Sep-12 21:51pm
v2
Comments
Sandeep Mewara 19-Sep-12 2:21am    
What have you tried so far?
Ese Ochuko 20-Sep-12 2:27am    
Nothing was just asking if its possible,but am still doing my research. Thanks

Search for the code to send email its easly available through smtp.
And Datagridview.DataSource will return you the datatable to get the data from.
please be specific when you ask a question.
 
Share this answer
 
Comments
Vani Kulkarni 20-Sep-12 3:53am    
"code to send email its easly available through smtp" - Are you trying to say it is easily available in internet? or want to inform something else?
sohaib patel 20-Sep-12 5:08am    
its easily avaliable on net
search for smtp email sending C#
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900