Link to home
Start Free TrialLog in
Avatar of masaiyed
masaiyed

asked on

send email from flash cs3 with asp.net 2.0

I have a contact page built in flash cs3 now i need to send email from flash using asp.net 2.0 with C# code. What can be done.

Please suggest any solution

Thanks
Avatar of Ajay Sharma
Ajay Sharma
Flag of India image

Do you have the flash form fields ready?

The procedure:

1) Create a flash form with some fields.
2) Collect data from user and call a aspx page and send these values as querystring parameters to this page.
3) aspx page will return some content, the result me be a success message or an error message based upon what is written in the aspx page coding.

Tell me how much work you have done.
Avatar of masaiyed
masaiyed

ASKER

can you be please elaborate the whole...
ASKER CERTIFIED SOLUTION
Avatar of Ajay Sharma
Ajay Sharma
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial