hi frnd ....me and my brother learning the asp.net and i want to make a page where the person enter there data and on clicking on submit button this info send to my email automatically...
If you Google it, it's impossible not to find something related to. So, try to read the tutorial from this link if you are using VB: http://www.aspnet101.com/2007/05/emailing-form-results/ Or this if you are using C#:http://www.c-sharpcorner.com/UploadFile/dchoksi/SendingMail02132007002923AM/SendingMail.aspx Good luck!
You can find lots of helping tutorials for this. Just also try http://techdotnets.blogspot.com . Here you can find the sample code to do mailing with the help of ASP.net
You can find more details on following. It will help you a lot www.codeproject.com/Questions/412679/how-to-send-email-after-registration-with-activati www.aspsnippets.com/Articles/Send-user-Confirmation-email-after-Registration-with-Activation-Link-in-ASPNet.aspx
Doesn't even have to be server-side, you could have client-side JS handle the forcing a mailto via an anchor link