Click here to Skip to main content
15,903,856 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hiiiiiiiiiii...
Hi

I have one webform with name,dob,age,resume title,address,fileupload and one button control fields.if i click on that button then all data will send to email.........
how i do........
plzzzzzz...........tell me........
i am the beginner to .net..........


Thanking you....................
Posted
Updated 6-Aug-12 19:05pm
v2

Break up your thing and do one by one.
1. Design a webpage that has all the fields you need to gather data for
2. Posting the data to server is a simple button click form submit and a handler on server side
3. Get all the data on server side and prepare email content
4. Send an email as per need.

Based on above, you might need help for email. Following will help for email:
Use ASP.NET to send Email from Website[^]
Tutorials on sending Email in ASP.NET[^]

Have a look at this tip too: Sending an Email in C# with or without attachments: generic routine.[^]
 
Share this answer
 
Go through this article:
Send Email in ASP.Net 2.0 - Feed back Form[^]

I hope it will help you.
Good luck.
 
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