Wrox Programmer Forums
|
Visual Web Developer 2005 Discuss creating ASP.NET 2.0 sites with Microsoft's Visual Web Developer 2005. If your question is more specific to a piece of code than the Visual tool, see the ASP.NEt 2.0 forums instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Web Developer 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 10th, 2009, 01:14 AM
Authorized User
Points: 410, Level: 7
Points: 410, Level: 7 Points: 410, Level: 7 Points: 410, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2009
Posts: 72
Thanks: 17
Thanked 0 Times in 0 Posts
Thumbs up Extract the data from Email

Hi,

I am sending an Email through asp.net 2.0 to the client.

In this Email, I have given some radio buttons & textboxes , Now User will tick the radiobuttons & will enter the data in textboxes & Click a submit button in his Email.

Now what i want is, Extract this data from Email(When he clicks the submit button, a new web page opens) & Save it in database.

How this can be done??


"An ant on the move does more than a dozing ox."
- Lao Tzu

Thanx for helping,
- Anup
 
Old December 10th, 2009, 10:31 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

While you can most certainly put a Form in an HTML email it is a terrible idea. The basic reason why you wouldn't want to do this is because most Email clients will flag your email as Spam/Phishing attempt or as a security risk (if not both). See the below link for more info:

http://www.campaignmonitor.com/blog/...-in-html-emai/

If you still want to move forward and place a form in an email you will need to point the form handler to www.yourdomain.com/emailformhandler.aspx and then do a Reqeust["field"] to get the data from the POST.

hth.
-Doug
__________________
===============================================
Doug Parsons
Wrox online library: Wrox Books 24 x 7
Did someone here help you? Click on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================
The Following User Says Thank You to dparsons For This Useful Post:
anup.maverick (December 11th, 2009)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Extract data out from datareader yukijocelyn ASP.NET 2.0 Basics 1 September 21st, 2007 07:27 AM
How to extract certain data patterns from textbox method VB How-To 4 May 3rd, 2006 02:54 AM
Extract Email into Excel Wall st Guru Excel VBA 1 April 21st, 2006 05:44 AM
HELP !!! extract informarion from email Ivan83sg XML 0 December 8th, 2004 10:35 AM
Extract Data From Node ryanpatrick XML 1 February 18th, 2004 10:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.