Email and .aspx page....

  • Thread starter Thread starter Pai
  • Start date Start date
P

Pai

Hello there,

I have crated an HTML mail with a button in the mail body, an a few
values like the name of the person his city state.....

When I click on the button I need the specific contents of the mail
body to be moved to an test.aspx page, so the user does not have to
type then again.

How do i go about this?

Thanks in advance....
Pai.
 
if you post to an aspx page from an html page the values of the form fields
will be in the request object.

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top