I have html,css,javascript files in a folder called "web html" and have a mail form in dotnet as "web application1" folder.
Now I need to embed dotnet mail form in html?
How can I embed? Please help..
Thanks in advance..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hemant KumarPosted Oct 22, 2011, 11:07 AM
Let's say that you have an ASP.NET page that get's a content feed from your blog. In your feed there is an embedded HTML form that posts to another website. If you simply embed this form, the containing ASP.NET form will override the embedded ASP.NET form and it will just do a normal PostBack not post the embedded HTML form.
Here is a workaround that we've used.
A base asp.net form looks like this....
[Wire up and head stuff here...]